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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
- Bump CLI from v2.58.2 to v2.58.3 ([#5453](https://github.com/getsentry/sentry-react-native/pull/5453))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2583)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.58.2...2.58.3)
- Bump Cocoa SDK from v8.57.3 to v9.1.0 ([#5417](https://github.com/getsentry/sentry-react-native/pull/5417))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#910)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.3...9.1.0)

## 7.7.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 @@ -46,7 +46,7 @@ Pod::Spec.new do |s|

s.compiler_flags = other_cflags

This comment was marked as outdated.

This comment was marked as outdated.

s.dependency 'Sentry/HybridSDK', '8.57.3'
s.dependency 'Sentry/HybridSDK', '9.1.0'

if defined? install_modules_dependencies
# Default React Native dependencies for 0.71 and above (new and legacy architecture)
Comment on lines 46 to 52

This comment was marked as outdated.

Expand Down
Loading