remove sentry tracing

This commit is contained in:
Aarni Halinen
2021-12-03 02:14:13 +02:00
parent 7d30eae5fc
commit c6b2fa146e
3 changed files with 1 additions and 6 deletions
-3
View File
@@ -10,9 +10,6 @@ const ENV = process.env.NEXT_PUBLIC_DEPLOY_ENV;
Sentry.init({
dsn: SENTRY_DSN,
environment: ENV,
// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 0.1,
// ...
// 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