getsentry / getsentry/sentry-javascript
Improve handling of animations to avoid repeating mutations to drop Replays
Abierto
Browser
Improvement
Replays
- Lenguaje dominante
- TypeScript
- Estrellas
- 8.7k
- Forks
- 1.8k
- Merge medio
- 1 d 17 h
- PR fusionados (30 d)
- 515
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.