We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83592c8 commit 46319f8Copy full SHA for 46319f8
packages/browser-integration-tests/suites/public-api/startSpan/init.js
@@ -1,6 +1,5 @@
1
import * as Sentry from '@sentry/browser';
2
// eslint-disable-next-line no-unused-vars
3
-import * as _ from '@sentry/tracing';
4
5
window.Sentry = Sentry;
6
@@ -9,9 +8,4 @@ Sentry.init({
9
8
dsn: 'https://[email protected]/4503942526795776',
10
tracesSampleRate: 1.0,
11
normalizeDepth: 10,
12
- debug: true,
13
- beforeSend(event) {
14
- console.log('beforeSend', event);
15
- return event;
16
- },
17
});
0 commit comments