Sentry: disable debug (too noisy)
This commit is contained in:
parent
45293037a5
commit
ea3660abe3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export function start() {
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
dsn: SENTRY_DSN,
|
dsn: SENTRY_DSN,
|
||||||
environment: NODE_ENV,
|
environment: NODE_ENV,
|
||||||
debug: NODE_ENV === 'development',
|
debug: false,
|
||||||
integrations: [new Integrations.BrowserTracing()],
|
integrations: [new Integrations.BrowserTracing()],
|
||||||
|
|
||||||
// We recommend adjusting this value in production, or using tracesSampler
|
// We recommend adjusting this value in production, or using tracesSampler
|
||||||
|
|
Loading…
Reference in a new issue