diff --git a/indra/newview/llappdelegate-objc.mm b/indra/newview/llappdelegate-objc.mm
index 02f26102721953c89d93358f378cd1b9bd44cf55..265f0ddd23f88b811ea50289613db1b8050e0802 100644
--- a/indra/newview/llappdelegate-objc.mm
+++ b/indra/newview/llappdelegate-objc.mm
@@ -60,6 +60,7 @@
         options.dsn = @SENTRY_DSN;
         options.debug = NO;
         options.releaseName = @LL_VIEWER_CHANNEL_AND_VERSION;
+        options.enableAppHangTracking = NO;
     }];
 #endif