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 36884bd commit 3bb46d7Copy full SHA for 3bb46d7
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Cocoa SDK from v7.31.3 to v7.31.4 ([#2699](https://github.com/getsentry/sentry-react-native/pull/2699))
8
+ - [changelog](https://github.com/getsentry/sentry-cocoa/blob/8.0.0/CHANGELOG.md#7314)
9
+ - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.3...7.31.4)
10
11
## 4.12.0
12
13
### Features
RNSentry.podspec
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
s.preserve_paths = '*.js'
18
19
s.dependency 'React-Core'
20
- s.dependency 'Sentry/HybridSDK', '7.31.3'
+ s.dependency 'Sentry/HybridSDK', '7.31.4'
21
22
s.source_files = 'ios/RNSentry.{h,m}'
23
s.public_header_files = 'ios/RNSentry.h'
0 commit comments