From fa0d500d4abc8d13f51b80107d76ea80d0f0e0e4 Mon Sep 17 00:00:00 2001 From: James Salter Date: Thu, 9 Sep 2021 11:21:54 +0100 Subject: [PATCH] Configure posthog on develop --- element.io/develop/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 4829ba66c4..6aea054c2f 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -52,5 +52,9 @@ "sentry": { "dsn": "https://029a0eb289f942508ae0fb17935bd8c5@sentry.matrix.org/6", "environment": "develop" + }, + "posthog": { + "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", + "apiHost": "https://posthog.hss.element.io" } }