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