Skip to content

Commit c474988

Browse files
committed
dsn
1 parent c8d2839 commit c474988

File tree

1 file changed

+1
-2
lines changed
  • packages/browser-integration-tests/suites/public-api/startSpan

1 file changed

+1
-2
lines changed

packages/browser-integration-tests/suites/public-api/startSpan/init.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import * as Sentry from '@sentry/browser';
44
window.Sentry = Sentry;
55

66
Sentry.init({
7-
// dsn: 'https://[email protected]/1337',
8-
dsn: 'https://[email protected]/4503942526795776',
7+
dsn: 'https://[email protected]/1337',
98
tracesSampleRate: 1.0,
109
normalizeDepth: 10,
1110
});

0 commit comments

Comments
 (0)