2
0

build: 👷 Remove Sentry traceSampling

This commit is contained in:
Baptiste Arnaud
2022-02-15 09:48:22 +01:00
parent b339add838
commit a8a03fbcf2
2 changed files with 0 additions and 12 deletions

View File

@ -6,10 +6,4 @@ import * as Sentry from '@sentry/nextjs'
Sentry.init({
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 1.0,
// ...
// Note: if you want to override the automatic release value, do not set a
// `release` value here - use the environment variable `SENTRY_RELEASE`, so
// that it will also get attached to your source maps
})