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: Move header reference out of extern C #3538

Merged
merged 18 commits into from
Jan 29, 2024
Merged

fix: Move header reference out of extern C #3538

merged 18 commits into from
Jan 29, 2024

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    25db4fd View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

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

Commits on Jan 10, 2024

  1. feat: Prewarmed App Start Tracing is stable (#3536)

    Make the option enablePreWarmedAppStartTracing stable.
    philipphofmann committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1e6c7c5 View commit details
    Browse the repository at this point in the history
  2. ci: Cancel in progress workflows for PRs (#3537)

    Cancel in progress workflow runs when pushing new commits to a PR
    to save CI computing time.
    
    Fixes GH-3213
    philipphofmann committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e91224e View commit details
    Browse the repository at this point in the history
  3. feat: Split up UIKit and App Init App Start Spans (#3534)

    Split the UIKit and Application Init span into one span for UIKit Init
    and another for Application Init. The UIKit Init span ends when the
    users start the SentrySDK. We recommend that the SentrySDK is the first
    to call in the UIApplication.didFinishLaunching method because
    otherwise, users won't receive any potential crash reports for code
    running before our SDK. Therefore, we pick the start time of our SDK as
    when the UIApplicationDelegate.didFinishLaunching is called.
    
    Fixes GH-3345
    philipphofmann committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    bc6bb14 View commit details
    Browse the repository at this point in the history
  4. release: 8.18.0

    getsentry-bot authored and philipphofmann committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    33d2441 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    daa51a3 View commit details
    Browse the repository at this point in the history
  6. test: Set ui-tests environment (#3544)

    Set the up-tests environment when running UI tests in CI so that we can
    apply filters in Sentry.
    philipphofmann committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    dbaf866 View commit details
    Browse the repository at this point in the history
  7. feat: Send debug meta for app start transactions (#3543)

    Send the complete list of debug meta for app start transactions so we
    can calculate statistics on the number and size of libraries loaded on
    the backend when the app starts.
    
    Fixes GH-3541
    philipphofmann committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9901d21 View commit details
    Browse the repository at this point in the history
  8. fix: Don't override sentry-trace and baggage headers (#3540)

    Don't override sentry-trace and baggage headers in a http request.
    Cross platform SDKs may set this headers and we're overriding it.
    brustolin authored and philipphofmann committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d02d953 View commit details
    Browse the repository at this point in the history
  9. ref: Properly teardown frames tracker (#3545)

    The teardown of the SentryFramesTracker didn't work properly in tests.
    The clearTestState method continuously initialized a new frames tracker
    cause it accessed the property dependency container. This is fixed now
    by calling SentryFramesTracker.stop directly in
    SentryDependencyContainer.reset which is also called in clearTestState.
    Furthermore, the SentryFramesTracker.stop now resets all frames and
    removes all observers.
    philipphofmann committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ce4e3e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1c15448 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb3cb76 View commit details
    Browse the repository at this point in the history
  12. fix: Remove dispatch queue metadata collection to fix crash (#3522)

    * Remove dispatch queue metadata collection
    
    * Hardcode "main" as the name of the main thread
    
    * Format code
    
    * Update CHANGELOG.md
    
    * use thread wrapper main thread dispatch
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    Co-authored-by: Andrew McKnight <andrew.mcknight@sentry.io>
    3 people authored and philipphofmann committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c00cc0f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9055e65 View commit details
    Browse the repository at this point in the history
  14. fix changelog

    philipphofmann committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d3e1451 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8682504 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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