Skip to content

Commit

Permalink
Update PostHog debug configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Apr 11, 2022
1 parent 73815ef commit c3bb530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Config/BuildSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ final class BuildSettings: NSObject {
#if DEBUG
/// The configuration to use for analytics during development. Set `isEnabled` to false to disable analytics in debug builds.
static let analyticsConfiguration = AnalyticsConfiguration(isEnabled: BuildSettings.baseBundleIdentifier.starts(with: "im.vector.app"),
host: "https://posthog-poc.lab.element.dev",
apiKey: "rs-pJjsYJTuAkXJfhaMmPUNBhWliDyTKLOOxike6ck8",
host: "https://posthog.element.dev",
apiKey: "phc_VtA1L35nw3aeAtHIx1ayrGdzGkss7k1xINeXcoIQzXN",
termsURL: URL(string: "https://element.io/cookie-policy")!)
#else
/// The configuration to use for analytics. Set `isEnabled` to false to disable analytics.
Expand Down
1 change: 1 addition & 0 deletions changelog.d/pr-6020.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Analytics: Update debug configuration.

0 comments on commit c3bb530

Please sign in to comment.