Skip to content

build(deps): bump github.com/getsentry/sentry-cocoa from 8.53.1 to 9.14.0 in /ee/psso/authentikPlatform.xcodeproj#931

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/ee/psso/authentikPlatform.xcodeproj/github.com/getsentry/sentry-cocoa-9.14.0
Closed

build(deps): bump github.com/getsentry/sentry-cocoa from 8.53.1 to 9.14.0 in /ee/psso/authentikPlatform.xcodeproj#931
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/ee/psso/authentikPlatform.xcodeproj/github.com/getsentry/sentry-cocoa-9.14.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps github.com/getsentry/sentry-cocoa from 8.53.1 to 9.14.0.

Release notes

Sourced from github.com/getsentry/sentry-cocoa's releases.

9.14.0

Features

  • Add standalone app start tracing as an experimental option (#7660), enable it via options.experimental.enableStandaloneAppStartTracing = true

Fixes

  • Defer Session Replay startup until a foreground window is available (#7928)
  • Fix race conditions in scope observer iteration and propagation context locking (#7897)
  • Support stack traces for standalone clients (#7817)
  • Prevent SessionTracker crash with profiling (#7927)
    • Reevaluation of sampling decision is only done for new sessions.
  • Call SentrySessionListener on main thread (#7917)

9.13.0

Fixes

  • Fix crash with AVAssetDownloadTask in urlSessionTask:setState: (#7891)
  • Prevent crash-loop from malformed recrash reports (#7892)

Features

  • Add Set conformance to SentryAttributeValue (#7876)

9.12.1

[!WARNING] ⚠️ Known Issue: Sentry Cocoa 9.12.0+ crashes apps using AVAssetDownloadURLSession (#7886). Fixed in 9.13.0.

Fixes

  • Prevent memory strings in stack overflow crash reports (#7841)
  • Report crashed thread for null function calls (#7866)
  • Add depth limits to data sanitization and JSON encoder (#7857)
  • Moved BinaryImageCache initialization to a background thread to reduce blocking on dyld reader locks on the main thread (#7823)
  • Init vars before task_threads and vm_deallocate (#7858)
  • Handle extra length call in SentryInvalidJSONString (#7859)

9.12.0

[!WARNING] ⚠️ Known Issue: Sentry Cocoa 9.12.0+ crashes apps using AVAssetDownloadURLSession (#7886). Fixed in 9.13.0.

[!WARNING] This release promotes Metrics out of experimental and removes options.experimental.enableMetrics and options.experimental.beforeSendMetric. If you set either of these, your app will fail to compile after upgrading. Migrate to options.enableMetrics and options.beforeSendMetric (top-level on Options) — the defaults and behavior are unchanged.

[!WARNING] Session Replay now runs on iOS 26 with Liquid Glass. Previously, the SDK auto-disabled Session Replay on iOS 26 builds that adopted Liquid Glass (built with Xcode 26+ and UIDesignRequiresCompatibility not set). Now that the underlying redaction issues have been addressed, replays will be captured in those environments — verify your masking still meets your privacy requirements. If you want to keep Session Replay disabled on Liquid Glass builds, you will need to gate the sample rates yourself. For reference, see how the SDK used to perform the check: https://github.com/getsentry/sentry-cocoa/blob/adef457c1344e5efda4b74a1f33913d4d49ef7e0/Sources/Swift/Integrations/SessionReplay/SentrySessionReplayEnvironmentChecker.swift

Example — disable Session Replay when Liquid Glass is active:

... (truncated)

Changelog

Sourced from github.com/getsentry/sentry-cocoa's changelog.

Changelog

9.14.0

Features

  • Add standalone app start tracing as an experimental option (#7660), enable it via options.experimental.enableStandaloneAppStartTracing = true

Fixes

  • Defer Session Replay startup until a foreground window is available (#7928)
  • Fix race conditions in scope observer iteration and propagation context locking (#7897)
  • Support stack traces for standalone clients (#7817)
  • Prevent SessionTracker crash with profiling (#7927)
    • Reevaluation of sampling decision is only done for new sessions.
  • Call SentrySessionListener on main thread (#7917)

9.13.0

Fixes

  • Fix crash with AVAssetDownloadTask in urlSessionTask:setState: (#7891)
  • Prevent crash-loop from malformed recrash reports (#7892)

Features

  • Prevent memory strings in stack overflow crash reports (#7841)
  • Add Set conformance to SentryAttributeValue (#7876)

9.12.1

[!WARNING] ⚠️ Known Issue: Sentry Cocoa 9.12.0+ crashes apps using AVAssetDownloadURLSession (#7886). Fixed in 9.13.0.

Fixes

  • Prevent memory strings in stack overflow crash reports (#7841)
  • Report crashed thread for null function calls (#7866)
  • Add depth limits to data sanitization and JSON encoder (#7857)
  • Moved BinaryImageCache initialization to a background thread to reduce blocking on dyld reader locks on the main thread (#7823)
  • Init vars before task_threads and vm_deallocate (#7858)
  • Handle extra length call in SentryInvalidJSONString (#7859)

9.12.0

[!WARNING] ⚠️ Known Issue: Sentry Cocoa 9.12.0+ crashes apps using AVAssetDownloadURLSession (#7886). Fixed in 9.13.0.

[!WARNING] This release promotes Metrics out of experimental and removes options.experimental.enableMetrics and options.experimental.beforeSendMetric. If you set either of these, your app will fail to compile after upgrading.

... (truncated)

Commits
  • 193d313 release: 9.14.0
  • e3070ad fix(replay): Defer startup until window exists (#7928)
  • 39655d1 chore: Add fix message to v9.12.0 and v9.12.1 for #7886 (#7929)
  • 6feb25a chore: Fix broken tests after merge (#7930)
  • 2b9ab0a fix: Clear stale app start traceId on all discard paths (#7900)
  • 9da166b feat: add prewarmed and screen attributes to standalone app start (#7898)
  • bc68ff6 feat: add app.vitals.start.reason to standalone app start (#7899)
  • 9fd2ff0 fix: Call SentrySessionListener on main thread (#7917)
  • 89aaba2 feat: Standalone app start tracing (#7660)
  • 4014441 fix(session): Prevent SessionTracker crash with profiling (#7927)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/getsentry/sentry-cocoa](https://github.com/getsentry/sentry-cocoa) from 8.53.1 to 9.14.0.
- [Release notes](https://github.com/getsentry/sentry-cocoa/releases)
- [Changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-cocoa@8.53.1...193d313)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-cocoa
  dependency-version: 9.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels May 22, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.91%. Comparing base (24b29c4) to head (f249651).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #931      +/-   ##
==========================================
+ Coverage   35.07%   37.91%   +2.84%     
==========================================
  Files         218      210       -8     
  Lines        7857     7210     -647     
==========================================
- Hits         2756     2734      -22     
+ Misses       4757     4133     -624     
+ Partials      344      343       -1     
Flag Coverage Δ
go-e2e 41.95% <ø> (ø)
go-integration 15.19% <ø> (ø)
go-macos-26 13.51% <ø> (-0.04%) ⬇️
go-ubuntu-24.04 13.08% <ø> (ø)
go-ubuntu-24.04-arm 12.69% <ø> (ø)
go-windows-2025 12.82% <ø> (ø)
swift ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 28, 2026

Superseded by #951.

@dependabot dependabot Bot closed this May 28, 2026
@dependabot dependabot Bot deleted the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/github.com/getsentry/sentry-cocoa-9.14.0 branch May 28, 2026 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant