We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec7c51 commit dcb1f7fCopy full SHA for dcb1f7f
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Cocoa SDK from v8.24.0 to v8.25.0 ([#3790](https://github.com/getsentry/sentry-react-native/pull/3790))
8
+ - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8250)
9
+ - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.24.0...8.25.0)
10
11
## 5.22.0
12
13
### Features
RNSentry.podspec
@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
33
s.preserve_paths = '*.js'
34
35
s.dependency 'React-Core'
36
- s.dependency 'Sentry/HybridSDK', '8.24.0'
+ s.dependency 'Sentry/HybridSDK', '8.25.0'
37
38
s.source_files = 'ios/**/*.{h,m,mm}'
39
s.public_header_files = 'ios/RNSentry.h'
0 commit comments