Skip to content
Open
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
- Bump CLI from v3.4.3 to v3.5.0 ([#6248](https://github.com/getsentry/sentry-react-native/pull/6248))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#350)
- [diff](https://github.com/getsentry/sentry-cli/compare/3.4.3...3.5.0)
- Bump Cocoa SDK from v9.15.0 to v9.16.1 ([#6252](https://github.com/getsentry/sentry-react-native/pull/6252))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9161)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.15.0...9.16.1)

## 8.13.0

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

sentry_cocoa_version = '9.15.0'
sentry_cocoa_version = '9.16.1'

# Opt-in to consuming sentry-cocoa via Swift Package Manager.
# When `SENTRY_USE_SPM=1` is set, RNSentry pulls `Sentry` from the
Expand Down
Loading