getsentry / rrweb

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

Improve masking of select options #74

Closed mydea closed 1 year ago

mydea commented 1 year ago

Currently, a select box will be masked like this:

<select value="*******">
  <option value="default">First value text</option>
<option value="other-value">Second value text</option>
</select>

This shows wrong/weirdly in the replay, and also doesn't really obscure everything that is relevant. We prob. need to handle this better for maskAllInputs.