Skip to content

Commit 34081f9

Browse files
committed
temp remove maskInputSelectors (use maskTextSelector)
1 parent fdb0703 commit 34081f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/replay/src/util/getPrivacyOptions.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ type GetPrivacyOptions = Required<Omit<ReplayIntegrationPrivacyOptions, 'maskFn'
55
interface GetPrivacyReturn {
66
maskTextSelector: string;
77
unmaskTextSelector: string;
8-
maskInputSelector: string;
9-
unmaskInputSelector: string;
8+
// maskInputSelector: string;
9+
// unmaskInputSelector: string;
1010
blockSelector: string;
1111
unblockSelector: string;
1212
ignoreSelector: string;
@@ -78,8 +78,8 @@ export function getPrivacyOptions({
7878
// We are making the decision to make text and input selectors the same
7979
maskTextSelector: maskSelector,
8080
unmaskTextSelector: unmaskSelector,
81-
maskInputSelector: maskSelector,
82-
unmaskInputSelector: unmaskSelector,
81+
// maskInputSelector: maskSelector,
82+
// unmaskInputSelector: unmaskSelector,
8383

8484
blockSelector: getOption(
8585
block,

0 commit comments

Comments
 (0)