Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit ea1b428

Browse files
authored
update Sentry DSN (#489)
1 parent 56c04a5 commit ea1b428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/station.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as paths from '../lib/paths.js'
1010
const pkg = JSON.parse(await fs.readFile(paths.packageJSON, 'utf8'))
1111

1212
Sentry.init({
13-
dsn: 'https://17f2eb5ca47ec493cf427618bf013294@o1408530.ingest.us.sentry.io/4504792315199488',
13+
dsn: 'https://3b1d31e8f060624bb21a70142f53a56e@o1408530.ingest.us.sentry.io/4504792315199488',
1414
release: pkg.version,
1515
environment: pkg.sentryEnvironment,
1616
tracesSampleRate: 0.1,

0 commit comments

Comments
 (0)