diff --git a/sentry.client.config.js b/sentry.client.config.js index 82824184..94f77773 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://718430139893e395d5a96d76852867cc@sentry.cloudnativedays.jp/5', + 'https://1313f8d36803252075920d23d0f9aab7@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 cddfb94e..e7ef09e3 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://718430139893e395d5a96d76852867cc@sentry.cloudnativedays.jp/5', + 'https://1313f8d36803252075920d23d0f9aab7@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 602513a4..683f7e14 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://718430139893e395d5a96d76852867cc@sentry.cloudnativedays.jp/5', + 'https://1313f8d36803252075920d23d0f9aab7@sentry.cloudnativedays.jp/4', // Adjust this value in production, or use tracesSampler for greater control tracesSampleRate: 0.5, sampleRate: 0.5,