Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
<!-- prettier-ignore-end -->

## Unreleased

### Dependencies

- Bump Cocoa SDK from v9.19.1 to v9.21.0 ([#6409](https://github.com/getsentry/sentry-react-native/pull/6409))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9210)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.19.1...9.21.0)

## 8.18.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/RNSentry.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Pod::Spec.new do |s|
'DEFINES_MODULE' => 'YES'
}

sentry_cocoa_version = '9.19.1'
sentry_cocoa_version = '9.21.0'

# Consume sentry-cocoa as a prebuilt `Sentry.xcframework` by default.
#
Expand Down
4 changes: 2 additions & 2 deletions packages/core/scripts/sentry_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def is_new_hermes_runtime(rn_version)
# `Sentry` module. `Sentry-Dynamic.xcframework` would ship the same
# `Sentry.framework` inside but under a mismatched enclosing name, so
# CocoaPods generates `-framework Sentry-Dynamic` and fails at link.
'9.19.1' => {
'Sentry' => 'd6d545af17e49851cda2747b0f45cde78ce08ea37709dde5a956c6b4671224e8',
'9.21.0' => {
'Sentry' => '304edef9177f632b3938f8aae8b7c54aaa1caba67dc4e2ae57f75a7ac44950bb',
},
}.freeze

Expand Down
Loading