Skip to content

Commit 793478a

Browse files
committed
fix lint
1 parent c3fac41 commit 793478a

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: 60_000,
8+
minReplayDuration: 60000,
99
});
1010

1111
Sentry.init({

0 commit comments

Comments
 (0)