rrweb icon indicating copy to clipboard operation
rrweb copied to clipboard

record and replay the web

Results 401 rrweb issues
Sort by recently updated
recently updated
newest added

If it's a 'real' playback, there should be a mount or a keyboard event which will serve to unfreeze the page. Also add other non-user events to the list (we...

using the new `sampling.mutation` ms setting - can prevent overly frequent (javascript based) animation per second on the same attribute; the mutation buffer will emit a single change at the...

### 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...

bug

### 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...

bug

There’s a bug (?) in Chrome where dynamically added CSS rules (via `insertRule`) get dropped if you call `stylesheet.setAttribute('type', 'text/css')` and the type is already `text/css`. Firefox does not drop...

### 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...

bug

Hopefully this one is fairly straight forward. Our security team got alerted on a vulnerability in the version of vitest used. More information [here](https://github.com/advisories/GHSA-9crc-q9x8-hgqq). This PR bumps the version of...

Hello rrweb maintainers, First, thank you for your continued work and maintenance of this valuable project. I'd like to kindly inquire about the versioning plan for rrweb, specifically regarding: **Formal...

I've adapted old pull request for new plugins folder structure. I hope @jlalmes doesn't mind 🙏 See the description here: https://github.com/rrweb-io/rrweb/pull/1105 Closes https://github.com/rrweb-io/rrweb/issues/552

👋 hello! i'm seeing `h.pause is not a function` errors/warnings during playback and after looking into the issue some more, it looks like during playback we can end up adding...