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