Skip to content

Commit

Permalink
Merge pull request #466 from cloudnativedaysjp/feature/update-dsn
Browse files Browse the repository at this point in the history
Update sentry dsn
  • Loading branch information
shukawam authored Sep 26, 2023
2 parents 1930e70 + a645b14 commit 4e40816
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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://0e72d51f36913138c53d37c552eb8c3c@sentry.cloudnativedays.jp/5',
'https://d83e8075ba23596c0207658cc6981943@sentry.cloudnativedays.jp/5',
// 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://0e72d51f36913138c53d37c552eb8c3c@sentry.cloudnativedays.jp/5',
'https://d83e8075ba23596c0207658cc6981943@sentry.cloudnativedays.jp/5',
// 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.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defaults.url=https://sentry.io/
defaults.url=https://sentry.cloudnativedays.jp/
defaults.org=cloudnative-days
defaults.project=dreamkast-ui
cli.executable=node_modules/@sentry/cli/bin/sentry-cli
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://0e72d51f36913138c53d37c552eb8c3c@sentry.cloudnativedays.jp/5',
'https://d83e8075ba23596c0207658cc6981943@sentry.cloudnativedays.jp/5',
// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 0.5,
sampleRate: 0.5,
Expand Down

0 comments on commit 4e40816

Please sign in to comment.