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.12.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.13.0
Choose a head ref
  • 7 commits
  • 45 files changed
  • 5 contributors

Commits on Sep 19, 2023

  1. build(deps): bump fastlane from 2.214.0 to 2.215.1 (#3288)

    Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.214.0 to 2.215.1.
    - [Release notes](https://github.com/fastlane/fastlane/releases)
    - [Commits](fastlane/fastlane@fastlane/2.214.0...fastlane/2.215.1)
    
    ---
    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 Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c40576a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/8.12.0'

    getsentry-bot committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    51307b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. feat: Add Sampling Decision to Trace Envelope Header (#3286)

    Adds sampled flag to all trace envelope headers
    brustolin authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    72c8d84 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Fix: Remove sync call to main thread from SentryUIDeviceWrapper (#3295)

    SentryUIDeviceWrapper previously had a synchronized call to the main thread when the class was initialized in a background thread, potentially leading to deadlocks with SentryDependencyContainer.
    
    To address this, the synchronized call has been replaced with an asynchronous one. Additionally, a new start function has been introduced and is invoked from SentrySDK.start to ensure initialization as early as possible.
    brustolin authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    898177b View commit details
    Browse the repository at this point in the history
  2. ref: Reduce complexity for SentryDependencyContainer (#3294)

    Making SentryDependencyContainer less complex and more predictable by removing some unnecessary lazy loads.
    
    The goal would be to have all necessary objects initialized according to SentryOptions and remove all the @syncronized locks.
    brustolin authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    324dc7b View commit details
    Browse the repository at this point in the history
  3. release: 8.13.0

    getsentry-bot committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0a915b9 View commit details
    Browse the repository at this point in the history
Loading