getsentry / getsentry/sentry-javascript

Improve handling of animations to avoid repeating mutations to drop Replays

Abierto
#11,517 3 comentarios 1 reacción 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.