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.25.2
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.26.0
Choose a head ref
  • 15 commits
  • 66 files changed
  • 6 contributors

Commits on May 7, 2024

  1. Merge branch 'release/8.25.2'

    getsentry-bot committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7bdf989 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. impr: Send Cocoa SDK features (#3948)

    Send enabled SDK features with the event payload, so we can track their
    adoption in Looker.
    philipphofmann authored May 8, 2024
    Configuration menu
    Copy the full SHA
    1267cb0 View commit details
    Browse the repository at this point in the history
  2. feat: Add SIGTERM support (#3895)

    Add support for catching sigterm signals.
    
    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    naftaly and philipphofmann authored May 8, 2024
    Configuration menu
    Copy the full SHA
    ad404de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee8a0f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ede4414 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. test: Remove clearTestState for ViewHierarchyTests (#3940)

    The SentryViewHierarchyTests only need to reset the
    SentryDependencyContainer and not reset the whole global test state.
    philipphofmann authored May 10, 2024
    Configuration menu
    Copy the full SHA
    9537eaf View commit details
    Browse the repository at this point in the history
  2. fix: reportFullyDisplayed data race (#3926)

    Fix a data race when calling reportFullyDisplayed from a background
    thread by synchronizing the call to the main queue.
    philipphofmann authored May 10, 2024
    Configuration menu
    Copy the full SHA
    8cbdf25 View commit details
    Browse the repository at this point in the history
  3. fix: Flush directly after capturing envelopes (#3915)

    Calling flush directly after capturing any envelope did not ensure that
    the SDK flushes the captured envelope. This is fixed now.
    philipphofmann authored May 10, 2024
    Configuration menu
    Copy the full SHA
    379ff2a View commit details
    Browse the repository at this point in the history
  4. fix: Clang error for Xcode 15.4 (#3958)

    The hacky solution introduced in the PR #3774 is breaking compilation for Xcode 15.4
    
    This solution will keep both Xcode 15 (.3 and .4) working.
    
    I believe we can remove the version replacement after a few months after Xcode 15.4 release.
    brustolin authored May 10, 2024
    Configuration menu
    Copy the full SHA
    4c0b151 View commit details
    Browse the repository at this point in the history
  5. ci: Increase benchmark binary size max (#3966)

    Our SDK got bigger because we added plenty of new features. 700 KiB
    is still acceptable.
    philipphofmann authored May 10, 2024
    Configuration menu
    Copy the full SHA
    a0ef0af View commit details
    Browse the repository at this point in the history
  6. test: Disable logs for a failing metrics test (#3967)

    The test timed out in CI. Let's disable logs to speed it up.
    philipphofmann authored May 10, 2024
    Configuration menu
    Copy the full SHA
    e072ad1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. fix: Potential deadlock when starting the SDK (#3970)

    Fix a deadlock when two threads access SentrySDK.options and
    SentrySDK.currentHub, which used the same object in synchronized.
    This problem is fixed now by using two independent locks for
    SentrySDK.options and SentrySDK.currentHub.
    
    Fixes GH-3956, Fixes GH-3899
    philipphofmann authored May 13, 2024
    Configuration menu
    Copy the full SHA
    3b4110a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md (#3971)

    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    brustolin and philipphofmann authored May 13, 2024
    Configuration menu
    Copy the full SHA
    6ae86f6 View commit details
    Browse the repository at this point in the history
  3. fix: Unable to find class: SentryCrashExceptionApplication (#3957)

    Added a reference SentryCrashExceptionApplication inside the SDK to
    prevent the compiler from stripping it.
    
    
    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    brustolin and philipphofmann authored May 13, 2024
    Configuration menu
    Copy the full SHA
    65f104b View commit details
    Browse the repository at this point in the history
  4. release: 8.26.0

    getsentry-bot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7fc7ca4 View commit details
    Browse the repository at this point in the history
Loading