rrweb
rrweb copied to clipboard
[Feature Request]: private console message for rrweb-plugin-console-record
Preflight Checklist
- [X] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
What package is this feature request for?
Other (specify below)
Problem Description
I'd like to record debug messages restricted to rrweb for debugging inside rrweb usage, without polluting user console.
Proposed Solution
use a "private" level that wouldn't be logged into user console, but replayed with the plugin, something like console.private or console.rrweb
Alternatives Considered
add an export function to the plugin to log a private message
Additional Information
No response