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 @@ -14,6 +14,9 @@

### Dependencies

- Bump Cocoa SDK from v8.53.2 to v8.54.0 ([#5047](https://github.com/getsentry/sentry-react-native/pull/5047))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8540)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.53.2...8.54.0)
- Bump Android SDK from v8.17.0 to v8.19.0 ([#5034](https://github.com/getsentry/sentry-react-native/pull/5034), [#5063](https://github.com/getsentry/sentry-react-native/pull/5063))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8190)
- [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.19.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 @@ -44,7 +44,7 @@ Pod::Spec.new do |s|

s.compiler_flags = other_cflags

s.dependency 'Sentry/HybridSDK', '8.53.2'
s.dependency 'Sentry/HybridSDK', '8.40.0'

if defined? install_modules_dependencies
# Default React Native dependencies for 0.71 and above (new and legacy architecture)
Expand Down
Loading