rrweb
                                
                                 rrweb copied to clipboard
                                
                                    rrweb copied to clipboard
                            
                            
                            
                        record and replay the web
I'm a little confused about the best way to start a live session in the replayer -- at the moment, if a session is in the middle of being recorded...
我在vue中,每当路由跳转,都会使用过渡动画。结果我发现,在某些情况下(未知是什么情况),会出现录制的页面在路由跳转后,页面呈现空白。后经过录制的dom元素查看,发现,dom节点的样式一直停留在opacity:0的状态,导致页面空白。事实上,我的过渡动画是opacity:100 =》 opacity:0 =〉opacity:100; 我不知道是什么原因导致的,我的问题是:1:在路由跳转后进行一次全量快照,是否能解决这个问题。2:导致这个问题的原因是什么。3:rrweb现在是否能主动触发全量快照的录制,目前我在文档上没找到主动触发的方法
场景如下: 初始快照,并没有要屏蔽的元素,需要用户出现一定的行为,才会出现屏蔽元素,此时rrweb会将该元素也录制进去
如题,希望可以借用rrweb录制的交互事件进行实际的类似e2e回放,所以希望获取事件对象dom的selector~
The record process crashed when changing routes in react spa app. And th page crashed when recording echarts page using svg renderer.
回放视频时报错
 这些文件应该时css文件,这大概时什么原因导致的呢 @Yuyz0112
I've configured rrweb to do a full checkout every 60 seconds by using the **checkoutEveryNms** option. That way, I can store 1 ~ 2 min worth of recordings only. It...
Here a navigation occurs at around `00:16` after the click. But that change cannot be seen in this recording. https://rrwebdebug.com/play/index.html?url=https%3A%2F%2Fgist.githubusercontent.com%2Fomairnabiel%2Fda8b3b39d874c13919fd2bfdb5abf2b5%2Fraw%2F4c7ffcddac0489abdc8f2b9cdd6c1ecdaf5cde88%2Fdom-events.json&version=0.7.8
The rrweb monorepo uses `yarn.lock` files so it would be unwise for anyone contributing to use npm to install the dependencies. __________ @eoghanmurray was having also issues with the monorepo...
It can be quite distracting to see the squiggly red and blue lines under text in a playback. It would be nice to add the `spellcheck="false"` attribute to all form...