Skip to content

chore(deps): update Cocoa SDK to v9.14.0#5252

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/modules/sentry-cocoa
Open

chore(deps): update Cocoa SDK to v9.14.0#5252
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/modules/sentry-cocoa

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps modules/sentry-cocoa from 9.13.0 to 9.14.0.

Auto-generated by a dependency updater.

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)

  • Prevent memory strings in stack overflow crash reports (#7841)

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

  • Find more details here.
Full CHANGELOG.md diff
 -1,5 +1,20 
 # Changelog
 
+## 9.14.0
+
+### Features
+
+- Add standalone app start tracing as an experimental option ([#7660](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7660)), enable it via `options.experimental.enableStandaloneAppStartTracing = true`
+
+### Fixes
+
+- Defer Session Replay startup until a foreground window is available ([#7928](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7928))
+- Fix race conditions in scope observer iteration and propagation context locking ([#7897](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7897))
+- Support stack traces for standalone clients ([#7817](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7817))
+- Prevent SessionTracker crash with profiling ([#7927](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7927))
+  - Reevaluation of sampling decision is only done for new sessions.
+- Call SentrySessionListener on main thread ([#7917](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7917))
+
 ## 9.13.0
 
 ### Fixes
 -9,12 +24,13 
 
 ### Features
 
+- Prevent memory strings in stack overflow crash reports ([#7841](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7841))
 - Add Set conformance to SentryAttributeValue ([#7876](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7876))
 
 ## 9.12.1
 
 > [!WARNING]
-> ⚠️ **Known Issue:** Sentry Cocoa **9.12.0+** crashes apps using `AVAssetDownloadURLSession`. Pin to **9.11.x** until a fix ships. ([#7886](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7886))
+> ⚠️ **Known Issue:** Sentry Cocoa **9.12.0+** crashes apps using `AVAssetDownloadURLSession` ([#7886](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7886)). Fixed in [**9.13.0**](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/releases/tag/9.13.0).
 
 ### Fixes
 
 -28,7 +44,7 
 ## 9.12.0
 
 > [!WARNING]
-> ⚠️ **Known Issue:** Sentry Cocoa **9.12.0+** crashes apps using `AVAssetDownloadURLSession`. Pin to **9.11.x** until a fix ships. ([#7886](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7886))
+> ⚠️ **Known Issue:** Sentry Cocoa **9.12.0+** crashes apps using `AVAssetDownloadURLSession` ([#7886](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7886)). Fixed in [**9.13.0**](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/releases/tag/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.
 -73,6 +89,7 
 
 - Make feature Metrics generally available, moving experimental options to top-level options ([#7843](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7843))
 - Add Session Replay network details capture, including request/response headers and bodies extraction ([#7580](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7580), [#7582](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7582), [#7584](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7584), [#7585](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7585), [#7588](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7588), [#7590](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7590), [#7854](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7854))
+  - Find more details [here](https://docs.sentry.dev/platforms/apple/guides/ios/session-replay/configuration/).
 
 ### Fixes
 

@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label May 22, 2026
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa branch from 7dff2cd to d2053c6 Compare May 22, 2026 04:24
@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 74.09%. Comparing base (369de60) to head (7c05a97).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5252      +/-   ##
==========================================
- Coverage   74.13%   74.09%   -0.05%     
==========================================
  Files         508      508              
  Lines       18320    18320              
  Branches     3584     3584              
==========================================
- Hits        13582    13574       -8     
- Misses       3863     3867       +4     
- Partials      875      879       +4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa branch from d2053c6 to 7c05a97 Compare May 25, 2026 04:27
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant