From c6b2fa146ebb3f90c51450b3a832bfc81217fe14 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Fri, 3 Dec 2021 02:14:13 +0200 Subject: [PATCH] remove sentry tracing --- package-lock.json | 1 + sentry.client.config.js | 3 --- sentry.server.config.js | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c00f0b1..4bfc4c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "web2.0-frontend", "version": "0.1.0", "license": "MIT", "dependencies": { diff --git a/sentry.client.config.js b/sentry.client.config.js index 1aad3b7..3c8eb1e 100644 --- a/sentry.client.config.js +++ b/sentry.client.config.js @@ -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 diff --git a/sentry.server.config.js b/sentry.server.config.js index 3777186..f10dc8b 100644 --- a/sentry.server.config.js +++ b/sentry.server.config.js @@ -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