rrweb
rrweb copied to clipboard
record and replay the web
This started with the idea that we don't want 'overlapping' events, i.e. a mouse click event followed by a mousemove event whose negative timestamps put the start of the mouse...
`setMetaDataSubscriber` allows for listening to metadata changes when new events are added using the replayer's `addEvent` method. It'd be a convenient way to allow use cases such as this issue:...
depends on https://github.com/rrweb-io/rrweb-snapshot/pull/49
This pull request is to break out of simple same-domain s, i.e. when rrweb.js is loaded from within the iframe. This is the case for GoDaddy. I'm not sure whether...
目前iframe配合pdfjs使用,能比较完美的回放用户的操作行为。 但是有一个比较严重的问题,就是pdfjs生成的图片太大,保险协议30页左右的图片都是常态,对上传带宽有很大压力,能否有办法设置或者进行参数过滤,不记录iframe里面的内容,但是回放的时候去加载iframe,虽然丢失了交互操作,但是能保留iframe初始化的加载。
The optimization in PR https://github.com/rrweb-io/rrweb/pull/464 broke support for users who run a strict [Content-Security-Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src). Specifically, this line sets the `style` attribute on a DOM node and will be blocked...
Hey there, I'm so glad to see `triggerFocus` is an option as we were noticing that input was being stolen while a replay was playing. However, it's unfortunate that turning...
It would make a lot of sense to play videos at the same speed as the replayer during playback, as that would be closer to what the user actually saw.
At around `00:21` the close icon was clicked which closed the overlay modal while recording. But when replayed the recording the modal stays there and doesn't close. https://rrwebdebug.com/play/index.html?url=https%3A%2F%2Fgist.githubusercontent.com%2Fomairnabiel%2F62eb3f37087f8ffe2f4a08220b6be2fc%2Fraw%2F0fbbc79184d6f8fe573c45355128bf07a527b1d4%2Fcostco-dom-events.json&version=0.7.8
I use a custom logger in my frontend to send logs server side for analysis. Unfortunately I'm unable to record any rrweb debug logging since it uses a `console.log` with...