getsentry / rrweb

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

ref(rrweb): allow multi touch gestures to be shown for mobile replays #190

Closed michellewzhang closed 4 months ago

michellewzhang commented 4 months ago

looks like this with fake test data:

https://github.com/getsentry/rrweb/assets/56095982/3fc5b0e7-5fcb-4ef8-a6ee-0edfa1b7ac6d

closes https://github.com/getsentry/sentry/issues/70588

bruno-garcia commented 4 months ago

I imagined with multi touch we'd see two circles in parallel, representing two fingers. Is that possible?

michellewzhang commented 4 months ago

I imagined with multi touch we'd see two circles in parallel, representing two fingers. Is that possible?

@bruno-garcia yeah definitely - the demo video in the description is just some fake data i made up, what it will actually look like is just rendering exactly what the sdk sends us in terms of x/y positions. so we will mirror exactly what touches the user is doing