From effe3899d7621fc50e0736132d233d0ec9775b36 Mon Sep 17 00:00:00 2001 From: Laurence Gill Date: Thu, 13 Jul 2023 17:14:27 +0100 Subject: [PATCH] Update posthog URL to posthog.element.io (#1311) --- ElementX/Sources/Application/AppSettings.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElementX/Sources/Application/AppSettings.swift b/ElementX/Sources/Application/AppSettings.swift index ba9e83a62..b4d1fa059 100644 --- a/ElementX/Sources/Application/AppSettings.swift +++ b/ElementX/Sources/Application/AppSettings.swift @@ -161,7 +161,7 @@ final class AppSettings { /// The configuration to use for analytics. Set `isEnabled` to false to disable analytics. /// **Note:** Analytics are disabled by default for forks. If you are maintaining a fork, set custom configurations. let analyticsConfiguration = AnalyticsConfiguration(isEnabled: InfoPlistReader.main.bundleIdentifier.starts(with: "io.element.elementx"), - host: "https://posthog.hss.element.io", + host: "https://posthog.element.io", apiKey: "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", termsURL: URL("https://element.io/cookie-policy")) #endif