Skip to content

Commit

Permalink
Merge pull request #490 from cloudnativedaysjp/chore/update-sentry-dsn
Browse files Browse the repository at this point in the history
Updated sentry dsn
  • Loading branch information
shukawam authored Feb 27, 2024
2 parents f887791 + b5fe099 commit 4863598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sentry.client.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion sentry.edge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion sentry.server.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4863598

Please sign in to comment.