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

ref: Add FramesDelayResult #4279

Merged
merged 4 commits into from
Aug 14, 2024
Merged

ref: Add FramesDelayResult #4279

merged 4 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
  2. ref: Add FramesDelayResult

    Add SentryFramesDelayResult containing framesContributingToDelayCount,
    which is the count for the frames that contributed to the frames delay
    count. This is required for GH-3492.
    philipphofmann committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    591063f View commit details
    Browse the repository at this point in the history
  3. fix lint error

    philipphofmann committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cd0b096 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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