From b6d19c9c69eb97f232ff3c2c59054cedd1fee267 Mon Sep 17 00:00:00 2001 From: shukawam Date: Thu, 17 Aug 2023 23:33:01 +0900 Subject: [PATCH] Change sentry 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 7481724b..9283d2ff 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://22320d3079c006096bf612c24d733bd6@sentry.cloudnativedays.jp/3', + 'https://d451fcc84b0476fac20eaeea35490b31@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 8808998d..6344dc16 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://22320d3079c006096bf612c24d733bd6@sentry.cloudnativedays.jp/3', + 'https://d451fcc84b0476fac20eaeea35490b31@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 eae4420a..c22442a6 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://22320d3079c006096bf612c24d733bd6@sentry.cloudnativedays.jp/3', + 'https://d451fcc84b0476fac20eaeea35490b31@sentry.cloudnativedays.jp/4', // Adjust this value in production, or use tracesSampler for greater control tracesSampleRate: 0.5, sampleRate: 0.5,