Skip to content

Commit d36a78e

Browse files
committed
add to add transaction
1 parent f59da92 commit d36a78e

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

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

33
window.Sentry = Sentry;
44

5+
Sentry.addTracingExtensions();
6+
57
Sentry.init({
68
dsn: 'https://[email protected]/1337',
79
tracesSampleRate: 1.0,

0 commit comments

Comments
 (0)