Skip to content

Commit b30322a

Browse files
committed
revert test
1 parent c9995b9 commit b30322a

File tree

1 file changed

+2
-2
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/startNewTraceSampling

1 file changed

+2
-2
lines changed

dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/startNewTraceSampling/init.js

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

33
window.Sentry = Sentry;
44

5-
// Force this so that the initial sampleRand is between 0.35 and 0.45
6-
Math.random = () => 0.35 + Math.random() * 0.1;
5+
// Force this so that the initial sampleRand is consistent
6+
Math.random = () => 0.45;
77

88
Sentry.init({
99
dsn: 'https://[email protected]/1337',

0 commit comments

Comments
 (0)