diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea7455113..45a6a97676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ - Reduce `reactNavigationIntegration` performance overhead ([#5840](https://github.com/getsentry/sentry-react-native/pull/5840), [#5842](https://github.com/getsentry/sentry-react-native/pull/5842), [#5849](https://github.com/getsentry/sentry-react-native/pull/5849)) - Fix duplicated breadcrumbs on Android ([#5841](https://github.com/getsentry/sentry-react-native/pull/5841)) +### Dependencies + +- Bump Cocoa SDK from v9.7.0 to v9.8.0 ([#5847](https://github.com/getsentry/sentry-react-native/pull/5847)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#980) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.7.0...9.8.0) + ## 8.5.0 ### Features diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index c3b68f3142..a6c822d0f5 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -51,7 +51,7 @@ Pod::Spec.new do |s| 'HEADER_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}/Sentry/Sources/Sentry" "${PODS_ROOT}/Sentry/Sources/Sentry/include"' } - s.dependency 'Sentry', '9.7.0' + s.dependency 'Sentry', '9.8.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)