Releases: getsentry/rrweb
Releases · getsentry/rrweb
2.11.0
- feat: Enforce masking of credit card fields (#166)
- upstream: Feat: Add support for replaying :defined pseudo-class of custom elements (rrweb-io#1155) (#138)
2.10.0
Various fixes & improvements
- fix(replayer):
<style>
node rules
attr can be undefined (#162) by @billyvg
- feat: Register
errorHandler
inside of CanvasManager (#161) by @billyvg
- fix(snaptshot): Ensure
attr.name
is defined when collecting element attributes (#160) by @Lms24
2.9.0
- fix: Rename isManualSnapshot to enableManualSnapshot (#158)
2.8.0
- feat: Add manual canvas snapshot function (#149)
- feat: Remove getCanvasManager, export CanvasManager class directly (#153)
- fix: Protect against
matches()
being undefined (#154)
2.7.3
- Fix build issue with rrweb & rrweb-worker
2.7.2
- fix(rrweb): Use unpatched requestAnimationFrame when possible #150
2.6.0
Various fixes & improvements
- feat(canvas): Bind
mutationCb
outside of getCanvasManager
(#141) by @billyvg
2.5.0
- Revert "fix: isCheckout is not included in fullsnapshot event (rrweb-io#1141)"