getsentry / getsentry/sentry-javascript
Improve handling of animations to avoid repeating mutations to drop Replays
Đang mở
Browser
Improvement
Replays
- Ngôn ngữ chính
- TypeScript
- Star
- 8.7k
- Fork
- 1.8k
- Merge trung bình
- 1 ngày 17 giờ
- Pull request đã merge (30 ngày)
- 515
Mô tả
Animations can cause a lot mutations (e.g. css transforms running in a long/infinite loop) which can result in a very large replay segment that ultimately ends up being dropped. [Here is an example](https://replit.com/@billy56/CobblestoneSentrySessionReplayErrorRepro)
Ideally we detect repeating mutations and handle them in such a way that we do not end up sending all of the repeated mutations.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.