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:
Jamil
2025-04-18 11:07:53 -07:00
committed by GitHub
parent 22113f5940
commit 2f43bb9110

View File

@@ -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
}
}