Skip to content

Commit

Permalink
dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Dec 22, 2023
1 parent c8d2839 commit c474988
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import * as Sentry from '@sentry/browser';
window.Sentry = Sentry;

Sentry.init({
// dsn: 'https://public@dsn.ingest.sentry.io/1337',
dsn: 'https://a5e7debbbe074daa916887a3adcd0df5@o447951.ingest.sentry.io/4503942526795776',
dsn: 'https://public@dsn.ingest.sentry.io/1337',
tracesSampleRate: 1.0,
normalizeDepth: 10,
});

0 comments on commit c474988

Please sign in to comment.