Skip to content

Commit

Permalink
Update sentry DSN (#1100) [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Oct 12, 2024
1 parent e42f6a7 commit f875642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import './css/main.css';

if (!isDebug()) {
Sentry.init({
dsn: 'https://f607489ccc764d73aeaed81ab2c97c04@o330862.ingest.sentry.io/1851857',
dsn: 'https://3f1973bb1fd51855c342e5838a6d620f@o330862.ingest.us.sentry.io/1851857',
environment: 'production',
release: `shoko-webui@${uiVersion()}`,
integrations: [
Expand Down

0 comments on commit f875642

Please sign in to comment.