Skip to content

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

Merged
antonis merged 2 commits into
mainfrom
deps/scripts/update-cocoa.sh
May 22, 2026
Merged

chore(deps): update Cocoa SDK to v9.14.0#6204
antonis merged 2 commits into
mainfrom
deps/scripts/update-cocoa.sh

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps scripts/update-cocoa.sh 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/scripts/update-cocoa.sh branch from 52338f0 to 2e014a9 Compare May 22, 2026 04:26
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 22, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): update Cocoa SDK to v9.14.0 by github-actions[bot] in #6204
  • chore(deps): update Maestro to v2.6.0 by github-actions in #6198
  • chore(deps): bump js-cookie from 3.0.5 to 3.0.7 by dependabot in #6203
  • chore(deps): bump @tootallnate/once from 2.0.0 to 2.0.1 by dependabot in #6206
  • chore(deps): update Sentry Android Gradle Plugin to v6.8.1 by github-actions in #6196
  • feat(core): Expose pauseAppHangTracking and resumeAppHangTracking APIs by antonis in #6192

🤖 This preview updates automatically when you update the PR.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch 3 times, most recently from 02164b0 to b8e7831 Compare May 22, 2026 07:59
@antonis antonis added the ready-to-merge Triggers the full CI test suite label May 22, 2026
@sentry
Copy link
Copy Markdown

sentry Bot commented May 22, 2026

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
Sentry RN io.sentry.reactnative.sample 8.12.0 (89) Release

⚙️ sentry-react-native Build Distribution Settings

@antonis antonis removed the ready-to-merge Triggers the full CI test suite label May 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 22, 2026

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request

Generated by 🚫 dangerJS against 6204a90

Copy link
Copy Markdown
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocked on #6209

Cocoa SDK 9.14.0 adds standalone app start tracing and stack overflow
crash report improvements, increasing the binary size by ~1.2 KiB.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@antonis antonis removed the Blocked label May 22, 2026
@antonis antonis enabled auto-merge (squash) May 22, 2026 09:25
@antonis antonis merged commit ca9d079 into main May 22, 2026
53 of 67 checks passed
@antonis antonis deleted the deps/scripts/update-cocoa.sh branch May 22, 2026 09:34
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.

2 participants