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 ab95d3f commit 90ca147Copy full SHA for 90ca147
dev-packages/browser-integration-tests/suites/public-api/metrics/init.js
@@ -4,7 +4,9 @@ window.Sentry = Sentry;
4
5
Sentry.init({
6
dsn: 'https://[email protected]/1337',
7
- _enableTraceMetrics: true,
+ _experiments: {
8
+ enableTraceMetrics: true,
9
+ },
10
release: '1.0.0',
11
environment: 'test',
12
autoSessionTracking: false, // Was causing session envelopes to be sent
0 commit comments