mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 06:21:03 +02:00
disable debug in Sentry (#7011)
This commit is contained in:
parent
12ad01db51
commit
a1a19c7433
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user