getsentry / rrweb

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

feat: Add `onMutation` option to `record` #70

Closed mydea closed 1 year ago

mydea commented 1 year ago

When this callback returns false, we skip handling the mutations normally. It's up to the host app to do something with this then.

Replaces https://github.com/getsentry/rrweb/pull/58