File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66> make sure you follow our [ migration guide] ( https://docs.sentry.io/platforms/react-native/migration/ ) first.
77 <!-- prettier-ignore-end -->
88
9+ ## Unreleased
10+
11+ ### Dependencies
12+
13+ - Bump Cocoa SDK from v9.24.0 to v9.26.1 ([ #6623 ] ( https://github.com/getsentry/sentry-react-native/pull/6623 ) )
14+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9261 )
15+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/9.24.0...9.26.1 )
16+
917## 8.24.0
1018
1119### Features
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Pod::Spec.new do |s|
6363 'DEFINES_MODULE' => 'YES'
6464 }
6565
66- sentry_cocoa_version = '9.24.0 '
66+ sentry_cocoa_version = '9.26.1 '
6767
6868 # Consume sentry-cocoa as a prebuilt `Sentry.xcframework` by default.
6969 #
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ def is_new_hermes_runtime(rn_version)
6060 # `Sentry` module. `Sentry-Dynamic.xcframework` would ship the same
6161 # `Sentry.framework` inside but under a mismatched enclosing name, so
6262 # CocoaPods generates `-framework Sentry-Dynamic` and fails at link.
63- '9.24.0 ' => {
64- 'Sentry' => 'c530edd27b20f7c151e73d84a34ee03474e3d5ddab65ffe9d30366f80149668a ' ,
63+ '9.26.1 ' => {
64+ 'Sentry' => 'b0052d3d312710eafc7e8fe120ecfe170472310e0dca06f6e5f9764ca7188967 ' ,
6565 } ,
6666} . freeze
6767
You can’t perform that action at this time.
0 commit comments