1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

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

View File

@@ -205,7 +205,6 @@ export async function initSentry(sentryConfig: ISentryConfig): Promise<void> {
environment: sentryConfig.environment, environment: sentryConfig.environment,
defaultIntegrations: false, defaultIntegrations: false,
autoSessionTracking: false, autoSessionTracking: false,
debug: true,
integrations: [ integrations: [
// specifically disable Integrations.GlobalHandlers, which hooks uncaught exceptions - we don't // specifically disable Integrations.GlobalHandlers, which hooks uncaught exceptions - we don't
// want to capture those at this stage, just explicit rageshakes // want to capture those at this stage, just explicit rageshakes