From 85f6c3b21f8061948cebb4a77d895338019996a5 Mon Sep 17 00:00:00 2001 From: James Salter Date: Thu, 13 Jan 2022 17:00:21 +0000 Subject: [PATCH] Enable posthog on app.element.io (#20539) --- element.io/app/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/element.io/app/config.json b/element.io/app/config.json index 5922fcf504..74606d02f4 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -48,5 +48,9 @@ "privacyPolicyUrl": "https://element.io/privacy", "termsOfServiceUrl": "https://element.io/terms-of-service", "url": "https://ems.element.io/element-home/in-app-loader" + }, + "posthog": { + "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", + "apiHost": "https://posthog.hss.element.io" } }