Skip to content

Commit 95a6d65

Browse files
committed
oops
1 parent a5b3230 commit 95a6d65

File tree

1 file changed

+3
-15
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-update-txn-name

1 file changed

+3
-15
lines changed

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-update-txn-name/init.js

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,8 @@ import * as Sentry from '@sentry/browser';
33
window.Sentry = Sentry;
44
window._testBaseTimestamp = performance.timeOrigin / 1000;
55

6-
const sentryFeatureFlagsIntegration = Sentry.featureFlagsIntegration({
7-
featureFlags: {
8-
'session-aggregates': true,
9-
},
10-
});
11-
126
Sentry.init({
13-
integrations: [sentryFeatureFlagsIntegration],
14-
});
15-
16-
Sentry.getFlagsIntegration().addFlags({
17-
'session-aggregates': true,
18-
});
19-
20-
Sentry.addFlags({
21-
'session-aggregates': true,
7+
dsn: 'https://[email protected]/1337',
8+
integrations: [Sentry.browserTracingIntegration()],
9+
tracesSampleRate: 1,
2210
});

0 commit comments

Comments
 (0)