getsentry / rrweb

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

fix: Ensure `<input type='submit' value='Btn text'>` is masked #69

Closed mydea closed 1 year ago

mydea commented 1 year ago

This should be considered "Text", and should thus be masked by maskAllText.

This is both for <input type='button'> as well as <input type='submit'>.

Closes https://github.com/getsentry/rrweb/issues/68