pass mask input option to snapshot
This commit is contained in:
@@ -64,7 +64,12 @@ function record(options: recordOptions = {}): listenerHandler | undefined {
|
||||
}),
|
||||
isCheckout,
|
||||
);
|
||||
const [node, idNodeMap] = snapshot(document, blockClass, inlineStylesheet);
|
||||
const [node, idNodeMap] = snapshot(
|
||||
document,
|
||||
blockClass,
|
||||
inlineStylesheet,
|
||||
maskAllInputs,
|
||||
);
|
||||
if (!node) {
|
||||
return console.warn('Failed to snapshot the document');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user