这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-cocoa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.18.0
Choose a base ref
...
head repository: getsentry/sentry-cocoa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.19.0
Choose a head ref
  • 16 commits
  • 56 files changed
  • 9 contributors

Commits on Jan 4, 2024

  1. Merge branch 'release/8.18.0'

    getsentry-bot committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    25d925a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    e90aa6d View commit details
    Browse the repository at this point in the history
  2. 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 authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9ccd421 View commit details
    Browse the repository at this point in the history
  3. 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 authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4d5eb78 View commit details
    Browse the repository at this point in the history
  4. 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 Jan 5, 2024
    Configuration menu
    Copy the full SHA
    253f628 View commit details
    Browse the repository at this point in the history
  5. 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 authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    1734d1b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    5e3084f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e1163 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. 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 Jan 9, 2024
    Configuration menu
    Copy the full SHA
    94d8eb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    20742ca View commit details
    Browse the repository at this point in the history
  2. build(deps): bump fastlane from 2.217.0 to 2.219.0 (#3549)

    Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.217.0 to 2.219.0.
    - [Release notes](https://github.com/fastlane/fastlane/releases)
    - [Commits](fastlane/fastlane@fastlane/2.217.0...fastlane/2.219.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastlane
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    26d116c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. ci: High risk file changes as PR comment (#3554)

    Remove the no changes in high-risk file script and hashes, and replace
    it by adding a GH PR comment.
    philipphofmann authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    42ef6ba View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. build(deps): bump actions/cache from 3 to 4 (#3566)

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5993516 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. fix: Make SentryScope.useSpan non-blocking (#3568)

    Instead of calling the callback of useSpan within the spanLock, get a 
    reference to the span inside the critical sector and pass this to the 
    callback after the critical sector closes. This way, when the callback 
    is a blocking call, useSpan doesn't block other invocations of itself 
    and prevents potential deadlocks.
    philipphofmann authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    28c80b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8c1248 View commit details
    Browse the repository at this point in the history
  3. release: 8.19.0

    getsentry-bot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5c8abde View commit details
    Browse the repository at this point in the history
Loading