Skip to content

Commit

Permalink
feat: update sentry dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
KagamiChan committed Oct 17, 2024
1 parent 194c8a8 commit 5bee621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const init = ({ build, paths }: InitOptions) => {
}

Sentry.init({
dsn: 'https://bc58c4a7f37a43e8aa89ba9097536c84@sentry.io/1250935',
dsn: 'https://[email protected].sentry.io/1250935',
beforeSend(event) {
if (
some(['React is running in production mode', ':17027'], (messageToIgnore) =>
Expand Down

0 comments on commit 5bee621

Please sign in to comment.