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 8c2c6da commit 737e7bcCopy full SHA for 737e7bc
packages/replay-internal/src/integration.ts
@@ -32,8 +32,6 @@ const MEDIA_SELECTORS =
32
33
const DEFAULT_NETWORK_HEADERS = ['content-length', 'content-type', 'accept'];
34
35
-const DEFAULT_SLOW_CLICK_IGNORE_SELECTORS = ['input[type="file"]'];
36
-
37
let _initialized = false;
38
39
/**
@@ -104,7 +102,7 @@ export class Replay implements Integration {
104
102
mutationLimit = 10_000,
105
103
106
slowClickTimeout = 7_000,
107
- slowClickIgnoreSelectors = DEFAULT_SLOW_CLICK_IGNORE_SELECTORS,
+ slowClickIgnoreSelectors = [],
108
109
networkDetailAllowUrls = [],
110
networkDetailDenyUrls = [],
0 commit comments