Skip to content

Commit

Permalink
Merge pull request #462 from cloudnativedaysjp/feature/update-sentry-dsn
Browse files Browse the repository at this point in the history
Update Sentry DSN
  • Loading branch information
shukawam authored Sep 2, 2023
2 parents 3ed5393 + 5ac3a53 commit 9d749c5
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://d451fcc84b0476fac20eaeea35490b31@sentry.cloudnativedays.jp/4',
'https://7e1cf91444d9adcba93df27dab923ea3@sentry.cloudnativedays.jp/6',
// 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://d451fcc84b0476fac20eaeea35490b31@sentry.cloudnativedays.jp/4',
'https://7e1cf91444d9adcba93df27dab923ea3@sentry.cloudnativedays.jp/6',
// 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://d451fcc84b0476fac20eaeea35490b31@sentry.cloudnativedays.jp/4',
'https://7e1cf91444d9adcba93df27dab923ea3@sentry.cloudnativedays.jp/6',
// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 0.5,
sampleRate: 0.5,
Expand Down

0 comments on commit 9d749c5

Please sign in to comment.