getsentry / rrweb

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

fix(rrweb): allow for drawing multiple mousetails #196

Closed michellewzhang closed 3 weeks ago

michellewzhang commented 1 month ago

this change allows us to draw multiple "mousetails" at once.

ios replay BEFORE: only one tail showing up

https://github.com/getsentry/rrweb/assets/56095982/05b5bc8a-b600-4a34-929f-fb9fcc4acd5f

ios replay AFTER: both tails showing up & clearing properly:

https://github.com/getsentry/rrweb/assets/56095982/99f74e19-b1e6-402e-a766-ce0d22a0851b

michellewzhang commented 3 weeks ago

Do the mouse tail canvases get cleaned up?

not yet, need to implement this