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 c0e597d commit d02b5ccCopy full SHA for d02b5cc
packages/browser-integration-tests/suites/replay/slowClick/init.js
@@ -5,7 +5,7 @@ window.Replay = new Sentry.Replay({
5
flushMinDelay: 200,
6
flushMaxDelay: 200,
7
minReplayDuration: 0,
8
- slowClickTimeout: 3100,
+ slowClickTimeout: 3500,
9
slowClickIgnoreSelectors: ['.ignore-class', '[ignore-attribute]'],
10
});
11
0 commit comments