Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replayer with console plugin #87

Open
pathik-appachhi opened this issue Jan 24, 2024 · 1 comment
Open

replayer with console plugin #87

pathik-appachhi opened this issue Jan 24, 2024 · 1 comment

Comments

@pathik-appachhi
Copy link

How to use the rrweb-io/replayer with the console plugin?

@gthomas3
Copy link

gthomas3 commented Jan 29, 2024

It appears the rrweb-player package intentionally omits a significant number of the options available to the rrweb.Replayer, including plugins.

... - all the rrweb Replayer options will be bypassed

And the respective Type:

export type RRwebPlayerOptions = {
  ...
  } & Partial<playerConfig>;
};

I assume the answer is no, but is there a way to get around this and to somehow capture console events as they are replayed using the rrweb-replayer package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants