We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aca9ae commit 3c62da0Copy full SHA for 3c62da0
EmpowerPlant/AppDelegate.swift
@@ -20,7 +20,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
20
let enableSwizzling = !ProcessInfo.processInfo.arguments.contains("--disable-swizzling")
21
22
SentrySDK.start { options in
23
- options.dsn = "https://c88045e430864a8e864af6233e7c18ea@o87286.ingest.sentry.io/6249899"
+ options.dsn = "https://c88045e430864a8e864af6233e7c18ea@sandbox-mirror.sentry.gg/1"
24
25
// set the SDK debug mode according to defaults and overrides.
26
#if DEBUG
0 commit comments