Skip to content

Commit

Permalink
chore: rotate Sentry DSN (#588)
Browse files Browse the repository at this point in the history
Stop receiving auto-updated error from old versions, e.g.
https://space-meridian.sentry.io/issues/5563125691/

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos authored Sep 2, 2024
1 parent 4b05fb5 commit 764b34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/station.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as paths from '../lib/paths.js'
const pkg = JSON.parse(await fs.readFile(paths.packageJSON, 'utf8'))

Sentry.init({
dsn: 'https://c21b3ce464c161f63d32fc64be84477a@o1408530.ingest.us.sentry.io/4504792315199488',
dsn: 'https://b3447d316f9b72ca8f499fb307be8f38@o1408530.ingest.us.sentry.io/4504792315199488',
release: pkg.version,
environment: pkg.sentryEnvironment,
tracesSampleRate: 0.1,
Expand Down

0 comments on commit 764b34e

Please sign in to comment.