Merge pull request #18960 from vector-im/config-posthog-develop

Enable posthog on develop
pull/19037/head
James Salter 2021-09-09 13:44:30 +01:00 committed by GitHub
commit 2dfa6fd58e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -52,5 +52,9 @@
"sentry": {
"dsn": "https://029a0eb289f942508ae0fb17935bd8c5@sentry.matrix.org/6",
"environment": "develop"
},
"posthog": {
"projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
"apiHost": "https://posthog.hss.element.io"
}
}