Skip to content

Commit 1182868

Browse files
authored
Switch DSN to point to sandbox mirror (#102)
1 parent 3aca9ae commit 1182868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EmpowerPlant/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
2020
let enableSwizzling = !ProcessInfo.processInfo.arguments.contains("--disable-swizzling")
2121

2222
SentrySDK.start { options in
23-
options.dsn = "https://c88045e430864a8e864af6233e7c18ea@o87286.ingest.sentry.io/6249899"
23+
options.dsn = "https://c88045e430864a8e864af6233e7c18ea@sandbox-mirror.sentry.gg/1"
2424

2525
// set the SDK debug mode according to defaults and overrides.
2626
#if DEBUG

0 commit comments

Comments
 (0)