rrweb
rrweb copied to clipboard
blockSelector is not used while recording
when i was putting the following block selector 'input[type~="password"], input[name~="password"], input[type~="text"]' i was surprised to find that it wasn't working, after going deeper into the source code, i have noticed that "isBlocked" function doesn't take a blockSelector unlike "_isElementBlocked" in the snapshot, is there a reason to that ?
This is likely an oversight. These functions were previously in separate repositories. Would you be in a position to provide a patch?