Skip to content

[Replay Details] Add rrweb player to render gestures #69817

Closed

Description

  • we basically need to create a rrweb player alongside the video player
  • the video events will keep going to video plugin and the other non-video events should go to rrweb (like web replays) -- in this case we should only have mouse interaction events, and no DOM
  • though we may need to fake some events to get rrweb to work

implementation details:
const inst = new Replayer(...)
inside of videoReplayer.tsx in the constructor somewhere

a new interface that wraps the existing ones:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions