From 273a781c384944f6ca09e84d4ca3f520d9db1bca Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 22 May 2026 08:47:41 +0000 Subject: [PATCH 1/2] chore: update scripts/update-cocoa.sh to 9.14.0 --- CHANGELOG.md | 6 ++++++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b688ba123..9d046446fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ - Expose `pauseAppHangTracking` and `resumeAppHangTracking` APIs on iOS ([#6192](https://github.com/getsentry/sentry-react-native/pull/6192)) +### Dependencies + +- Bump Cocoa SDK from v9.13.0 to v9.14.0 ([#6204](https://github.com/getsentry/sentry-react-native/pull/6204)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9140) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.13.0...9.14.0) + ## 8.12.0 ### Features diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 823904a6fe..45d6338214 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -50,7 +50,7 @@ Pod::Spec.new do |s| 'DEFINES_MODULE' => 'YES' } - s.dependency 'Sentry', '9.13.0' + s.dependency 'Sentry', '9.14.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture) From 6204a90546b1998fb67db8af7f65a3645fd013f6 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Fri, 22 May 2026 11:25:06 +0200 Subject: [PATCH 2/2] fix(ios): Bump iOS binary size threshold to 1580 KiB (#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 --- performance-tests/metrics-ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance-tests/metrics-ios.yml b/performance-tests/metrics-ios.yml index 39a668e648..e8fb5c6953 100644 --- a/performance-tests/metrics-ios.yml +++ b/performance-tests/metrics-ios.yml @@ -11,4 +11,4 @@ startupTimeTest: binarySizeTest: diffMin: 600 KiB - diffMax: 1570 KiB + diffMax: 1580 KiB