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: Rarely reporting too long frame delays #4278

Merged
merged 2 commits into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. fix: Rarely reporting too long frame delays

    Fix a race condition in the SentryFramesTracker and
    SentryDelayedFramesTracker that sometimes leads to frame delay durations
    longer than the queried interval of start and end time. This is fixed by
    moving the previousFrameSystemTimestamp down to the
    SentryDelayedFramesTracker so we can adequately synchronize it without
    acquiring extra locks on the main thread.
    philipphofmann committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7d7699a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    dcbe5eb View commit details
    Browse the repository at this point in the history