disable debug in Sentry (#7011)

This commit is contained in:
James Salter 2021-10-22 16:51:19 +01:00 committed by GitHub
parent 12ad01db51
commit a1a19c7433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,6 @@ export async function initSentry(sentryConfig: ISentryConfig): Promise<void> {
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