Skip to content

Commit cd6a518

Browse files
committed
remove tracing extension call
1 parent 5522112 commit cd6a518

File tree

2 files changed

+0
-4
lines changed
  • dev-packages/browser-integration-tests/suites/public-api

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import * as Sentry from '@sentry/browser';
22

3-
Sentry.addTracingExtensions();
4-
53
window.Sentry = Sentry;
64

75
Sentry.init({

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import * as Sentry from '@sentry/browser';
22

3-
Sentry.addTracingExtensions();
4-
53
window.Sentry = Sentry;
64

75
Sentry.init({

0 commit comments

Comments
 (0)