Skip to content

Commit 737e7bc

Browse files
committed
remove default selectors
1 parent 8c2c6da commit 737e7bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/replay-internal/src/integration.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ const MEDIA_SELECTORS =
3232

3333
const DEFAULT_NETWORK_HEADERS = ['content-length', 'content-type', 'accept'];
3434

35-
const DEFAULT_SLOW_CLICK_IGNORE_SELECTORS = ['input[type="file"]'];
36-
3735
let _initialized = false;
3836

3937
/**
@@ -104,7 +102,7 @@ export class Replay implements Integration {
104102
mutationLimit = 10_000,
105103

106104
slowClickTimeout = 7_000,
107-
slowClickIgnoreSelectors = DEFAULT_SLOW_CLICK_IGNORE_SELECTORS,
105+
slowClickIgnoreSelectors = [],
108106

109107
networkDetailAllowUrls = [],
110108
networkDetailDenyUrls = [],

0 commit comments

Comments
 (0)