Skip to content

Commit 75d100f

Browse files
committed
remove unused *InputSelector
1 parent 316cdab commit 75d100f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/replay/src/util/getPrivacyOptions.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ type GetPrivacyOptions = Required<Omit<ReplayIntegrationPrivacyOptions, 'maskFn'
55
interface GetPrivacyReturn {
66
maskTextSelector: string;
77
unmaskTextSelector: string;
8-
// maskInputSelector: string;
9-
// unmaskInputSelector: string;
108
blockSelector: string;
119
unblockSelector: string;
1210
ignoreSelector: string;
@@ -78,8 +76,6 @@ export function getPrivacyOptions({
7876
// We are making the decision to make text and input selectors the same
7977
maskTextSelector: maskSelector,
8078
unmaskTextSelector: unmaskSelector,
81-
// maskInputSelector: maskSelector,
82-
// unmaskInputSelector: unmaskSelector,
8379

8480
blockSelector: getOption(
8581
block,

0 commit comments

Comments
 (0)