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 f3552d8 commit 9d86532Copy full SHA for 9d86532
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Cocoa SDK from v8.30.0 to v8.30.1 ([#3936](https://github.com/getsentry/sentry-react-native/pull/3936))
8
+ - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8301)
9
+ - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.30.0...8.30.1)
10
11
## 5.25.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.30.0'
+ s.dependency 'Sentry/HybridSDK', '8.30.1'
37
38
s.source_files = 'ios/**/*.{h,m,mm}'
39
s.public_header_files = 'ios/RNSentry.h'
0 commit comments