diff --git a/indra/newview/llappdelegate-objc.mm b/indra/newview/llappdelegate-objc.mm
index 8ad84e2eccd8bea231c51941f2c4fa702bcab23d..94d7abc418c72fa6e699126904706d6047d3ddc2 100644
--- a/indra/newview/llappdelegate-objc.mm
+++ b/indra/newview/llappdelegate-objc.mm
@@ -59,7 +59,7 @@
 #if defined(USE_SENTRY)
     [SentrySDK startWithConfigureOptions:^(SentryOptions *options) {
         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.enableOutOfMemoryTracking = NO;
     }];