From a1a19c7433f7e585d52a9ab10a0f494658bfdb0a Mon Sep 17 00:00:00 2001 From: James Salter Date: Fri, 22 Oct 2021 16:51:19 +0100 Subject: [PATCH] disable debug in Sentry (#7011) --- src/sentry.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sentry.ts b/src/sentry.ts index 8a6f4fa362..cfb0da324a 100644 --- a/src/sentry.ts +++ b/src/sentry.ts @@ -205,7 +205,6 @@ export async function initSentry(sentryConfig: ISentryConfig): Promise { environment: sentryConfig.environment, defaultIntegrations: false, autoSessionTracking: false, - debug: true, integrations: [ // specifically disable Integrations.GlobalHandlers, which hooks uncaught exceptions - we don't // want to capture those at this stage, just explicit rageshakes