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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use correct rendered frames timestamp #3531

Merged
merged 5 commits into from
Jan 4, 2024

Commits on Jan 2, 2024

  1. ref: Remove internal init of AppStartMeasurement

    SentryAppStartMeasurement is only plublic for hybrid SDKs since
    #2458. Therefore, we can
    remove the deprecated init method.
    philipphofmann committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6749d0f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. fix: App start ends when first frame is drawn

    When performanceV2 is enabled, the app start ends when the app draws the
    first frame instead of when it receives the
    UIWindowDidBecomeVisibleNotification.
    philipphofmann committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6d4738f View commit details
    Browse the repository at this point in the history
  2. fix: Use correct rendered frames timestamp

    Use the timestamp of the DisplayLink wrapper when a new frame is
    reported for TTID/TTFD and the app start.
    philipphofmann committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    47bde7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a59281c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. fix tests

    philipphofmann committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    79301a8 View commit details
    Browse the repository at this point in the history