Sentry: disable debug (too noisy)

This commit is contained in:
Alex Gleason 2021-09-11 13:52:48 -05:00
parent 45293037a5
commit ea3660abe3
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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