You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
How to use the rrweb-io/replayer with the console plugin?
The text was updated successfully, but these errors were encountered: