mirror of https://github.com/vector-im/riot-web
disable debug in Sentry (#7011)
parent
12ad01db51
commit
a1a19c7433
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue