disable debug in Sentry (#7011)
This commit is contained in:
parent
12ad01db51
commit
a1a19c7433
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue