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 af573f9 commit 9a34fefCopy full SHA for 9a34fef
packages/rrweb-snapshot/src/snapshot.ts
@@ -273,6 +273,7 @@ export function needMaskingText(
273
let el: Element;
274
if (isElement(node)) {
275
el = node;
276
+ if (maskTextSelector === '*') return true;
277
if (!dom.childNodes(el).length) {
278
// optimisation: we can avoid any of the below checks on leaf elements
279
// as masking is applied to child text nodes only
0 commit comments