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

ref: https://github.com/rrweb-io/rrweb/pull/1300

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

### 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
reproduction needed

Allows you to disable maskTextClass and blockClass by passing `null`, which can give a little performance boost for large snapshots/mutations if you only do your masking/blocking with selectors. Regex class...

* inputs respect text masking options in addition to input masking options * fixes `maskInputFn` not passed to initial snapshot * fixes #874 * adds a fast return from needMaskingText...

~Note: this is more of an RFC~ Ideally this would allow users to be able to mask attributes of DOM nodes. An example of this is `placeholder` which can be...

### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a feature request that matches the one I want to file, without success. ### What package is this...

feature request

Encountered a mutation that removes ~1400 nodes. Noticed a lot of the processing time was tied up in `isParentRemoved`, which repeatedly does an iterative search of the `removes` array. I...

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