Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EmpowerPlant/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
let enableSwizzling = !ProcessInfo.processInfo.arguments.contains("--disable-swizzling")

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

// set the SDK debug mode according to defaults and overrides.
#if DEBUG
Expand Down
Loading