diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b47a6382..8e7303247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -110,6 +110,12 @@ To upgrade from the SDK version 5, please follow our [migration guide](https://d - [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#8331) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.119.1...8.33.1) +### Dependencies + +- Bump Cocoa SDK from v8.37.0 to v8.38.0 ([#4180](https://github.com/getsentry/sentry-react-native/pull/4180)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8380) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.37.0...8.38.0) + ## 5.34.0 ### Fixes diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 1c902a7c2..0f26b9505 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.37.0' + s.dependency 'Sentry/HybridSDK', '8.38.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)