Skip to content

Commit 1113657

Browse files
Update dev-packages/browser-integration-tests/suites/replay/minReplayDurationLimit/init.js
Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
1 parent 010185b commit 1113657

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/replay/minReplayDurationLimit

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/suites/replay/minReplayDurationLimit/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ window.Replay = Sentry.replayIntegration({
55
flushMinDelay: 200,
66
flushMaxDelay: 200,
77
// Try to set to 60s - should be capped at 50s
8-
minReplayDuration: 60000,
8+
minReplayDuration: 60_000,
99
});
1010

1111
Sentry.init({

0 commit comments

Comments
 (0)