rrweb
rrweb copied to clipboard
record and replay the web
We ran into an issue where [Stencil](https://stenciljs.com/) was detecting changes to attachShadow from the native and thinking that it needed to polyfill which in turn would break recording. If we...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Potentially fixes https://github.com/PostHog/posthog/issues/21874 Replacement for https://github.com/rrweb-io/rrweb/pull/1461
https://github.com/rrweb-io/rrweb/pull/1432 introduces this class/method. Relates to https://github.com/PostHog/posthog/issues/21874 We also saw this issue in our error reporting tool. Not sure this is the right fix since I cannot reproduce it locally...
- [x] Move plugins to /packages/plugins/PLUGIN_NAME - [x] Move testing of plugins to their own packages - [x] Move packer to its own package - [x] Get tests working again...
Prep PR for async serialization via assets: refactor stringifyStylesheet to happen in a single place during initial snapshot. - initial motivation was to change the approach on stringifying elements to...
Here is a repro of a case where a mutation that adds a node to a `` (at least I think this is what `parentId=-2` is) will clear the previously...
`rrweb-snapshot` parses stylesheets to adapt the CSS for playback In certain cases the parsing wasn't always correct: https://github.com/PostHog/posthog/pull/21427 https://github.com/rrweb-io/rrweb/issues/1379 Which led to improved CSS selector efforts first included in `[email protected]`...
This is for evaluation by Justin and is an extension of #1239
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success. ### What package is this...