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 7292301 commit 50fd6d9Copy full SHA for 50fd6d9
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Cocoa SDK from v7.31.2 to v7.31.3 ([#2647](https://github.com/getsentry/sentry-react-native/pull/2647))
8
+ - [changelog](https://github.com/getsentry/sentry-cocoa/blob/8.0.0/CHANGELOG.md#7313)
9
+ - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.2...7.31.3)
10
11
## 4.11.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.2'
+ s.dependency 'Sentry/HybridSDK', '7.31.3'
21
22
s.source_files = 'ios/RNSentry.{h,m}'
23
s.public_header_files = 'ios/RNSentry.h'
0 commit comments