From 609a547f986471f290990acff1cc2f7020c5cf6b Mon Sep 17 00:00:00 2001 From: shukawam Date: Sat, 19 Aug 2023 01:16:25 +0900 Subject: [PATCH] Change DSN --- sentry.client.config.js | 2 +- sentry.edge.config.js | 2 +- sentry.server.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sentry.client.config.js b/sentry.client.config.js index 9283d2ff..c2f09b71 100644 --- a/sentry.client.config.js +++ b/sentry.client.config.js @@ -9,7 +9,7 @@ const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN Sentry.init({ dsn: SENTRY_DSN || - 'https://d451fcc84b0476fac20eaeea35490b31@sentry.cloudnativedays.jp/4', + 'https://0bd2793974a41ed9e605bd201cb97deb@sentry.cloudnativedays.jp/4', // Adjust this value in production, or use tracesSampler for greater control tracesSampleRate: 0.5, sampleRate: 0.5, diff --git a/sentry.edge.config.js b/sentry.edge.config.js index 6344dc16..89ee175c 100644 --- a/sentry.edge.config.js +++ b/sentry.edge.config.js @@ -9,7 +9,7 @@ const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN Sentry.init({ dsn: SENTRY_DSN || - 'https://d451fcc84b0476fac20eaeea35490b31@sentry.cloudnativedays.jp/4', + 'https://0bd2793974a41ed9e605bd201cb97deb@sentry.cloudnativedays.jp/4', // Adjust this value in production, or use tracesSampler for greater control tracesSampleRate: 0.5, sampleRate: 0.5, diff --git a/sentry.server.config.js b/sentry.server.config.js index c22442a6..0ba482a2 100644 --- a/sentry.server.config.js +++ b/sentry.server.config.js @@ -9,7 +9,7 @@ const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN Sentry.init({ dsn: SENTRY_DSN || - 'https://d451fcc84b0476fac20eaeea35490b31@sentry.cloudnativedays.jp/4', + 'https://0bd2793974a41ed9e605bd201cb97deb@sentry.cloudnativedays.jp/4', // Adjust this value in production, or use tracesSampler for greater control tracesSampleRate: 0.5, sampleRate: 0.5,