Skip to content
Snippets Groups Projects
Commit 37889ac7 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Disable sentry debug mode

parent 2132277c
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
#if defined(USE_SENTRY) #if defined(USE_SENTRY)
[SentrySDK startWithConfigureOptions:^(SentryOptions *options) { [SentrySDK startWithConfigureOptions:^(SentryOptions *options) {
options.dsn = @SENTRY_DSN; options.dsn = @SENTRY_DSN;
options.debug = YES; // Enabled debug when first installing is always helpful options.debug = NO;
options.releaseName = @LL_VIEWER_CHANNEL_AND_VERSION; options.releaseName = @LL_VIEWER_CHANNEL_AND_VERSION;
options.enableOutOfMemoryTracking = NO; options.enableOutOfMemoryTracking = NO;
}]; }];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment