rrweb
rrweb copied to clipboard
record and replay the web
系统报了这个错误, error name = InternalError, error message = too much recursion error stack:  用户浏览器 firefox 93和92, 目前发现是这两个版本。 可以确定chrome不会触发。 因为业务系统绝大多数都是谷歌,但是报错收集的只有firefox。 对应错误位置是 original.set.call(this, value); 的 set这里 set的调用无限循环,直接导致页面崩溃。 触发的地方是页面的input输入框,我们自己的ui组件, 复现几率 非100%,偶发。 ```...
Given the new monorepo structure, the following is my understanding: - you have to go into each subpackage in order to run the build commands (`yarn bundle`). This definitely wouldn't...
Hi, we are now add rrweb into qiankun micro-frontend framework's subApp and meet some problem... The console plugin cannot unmount while we run the stop function, i think maybe we...
The `rrweb-player` shows an indicator for snapshot events but it would also be nice, to have some sort of indication of the inactive portion of the recording during playback. Recorded...
 select组件点击时会发请求获取 items,每次点击都会获取并设置为 select的data。 select的 itemList是一个虚拟列表,在dom中只显示10项,并根据用户滚动替换dom中的 itemList 内容 在每次点击展开过程中,无论是devtools的 memory还是 chrome任务管理器的内存,都迅速升高,并无法自动回收或者强制回收 版本: 0.9.x, 1.x
用户在播放一个replay的时候,并不知道这一段时间内有多少用户操作,也不知道用户在哪个时间点和时间区间进行的操作。 如果在播放条上加上一些 曲线标识,就像B站等很多站点的播放条上的那样, 用户看到这个曲线标识,就能知道这个播放内容,在哪个时间点有页面操作和动作,就可以直接跳到指定的时间去观看了。
如题,这是一开始回放时的iframe效果:  但拖动进度条后,iframe内的页面内容和操作就显示出来了:  (页面内容打了厚码,但页面内容已经出来了,后续iframe里的操作也能播放) 使用的rrweb版本是1.0.1,player版本是0.7.4
Our page has a lot of nodes, if we open rrweb while spa page jumping, the page will get stuck for 1-3s than not open it. Here is the performance...
At the moment, the rrweb MouseInteraction events record a Click with a x/y co-ordinate but without reference to the underlying event that was clicked upon. This could be retrieved during...
@Yuyz0112 How can we mask the date fields and time fields as **** instead of masking it as blank