Skip to content

Commit 46319f8

Browse files
committed
lint
1 parent 83592c8 commit 46319f8

File tree

1 file changed

+0
-6
lines changed
  • packages/browser-integration-tests/suites/public-api/startSpan

1 file changed

+0
-6
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as Sentry from '@sentry/browser';
22
// eslint-disable-next-line no-unused-vars
3-
import * as _ from '@sentry/tracing';
43

54
window.Sentry = Sentry;
65

@@ -9,9 +8,4 @@ Sentry.init({
98
dsn: 'https://[email protected]/4503942526795776',
109
tracesSampleRate: 1.0,
1110
normalizeDepth: 10,
12-
debug: true,
13-
beforeSend(event) {
14-
console.log('beforeSend', event);
15-
return event;
16-
},
1711
});

0 commit comments

Comments
 (0)