Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): use separate buffer for span close events #271

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

CrabNejonas
Copy link
Contributor

This changes the span events buffering to put close events into a separate buffer. This is important because close events are used for animations and calculations in the frontend, completely missing out on them leads to incorrectness.

This changes the span events buffering to put close events into a separate buffer. This is important because close events are used for animations and calculations in the frontend, completely missing out on them leads to incorrectness.
Copy link

netlify bot commented Apr 29, 2024

Deploy Preview for cn-devtools-app canceled.

Name Link
🔨 Latest commit 6794d2f
🔍 Latest deploy log https://app.netlify.com/sites/cn-devtools-app/deploys/662f5aec5231bc0008f2c2bd

@johann-crabnebula
Copy link
Contributor

I tested this and this does improve droppage of close events. But I feel like we should not only focus on them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants