getsentry / rrweb

record and replay the web
https://www.rrweb.io/
Other
9 stars 5 forks source link

fix: masking inputs on change when `maskAllInputs:false` #61

Closed billyvg closed 1 year ago

billyvg commented 1 year ago

Since maskInputSelector is a new configuration item, we were not handling the case for input change when maskAllInputs:false. Before, input masking was only done via maskInputOptions and maskAllInputs.