mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(apple): Disable Sentry debug mode on dev (#8816)
This just adds a bunch of log noise and is only helpful if we're trying to debug the Sentry integration itself.
This commit is contained in:
@@ -38,11 +38,6 @@ public enum Telemetry {
|
||||
options.environment = "entrypoint" // will be reconfigured in VPNConfigurationManager
|
||||
options.releaseName = releaseName()
|
||||
options.dist = distributionType()
|
||||
|
||||
#if DEBUG
|
||||
// https://docs.sentry.io/platforms/apple/guides/ios/configuration/options/#debug
|
||||
options.debug = true
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user