We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967adab commit e6d672fCopy full SHA for e6d672f
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Features
6
7
+- Bump Cocoa SDK from v7.23.0 to v9.1.0 ([#188](https://github.com/G2Patrik/sentry-react-native/pull/188))
8
+ - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#910)
9
+ - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.23.0...9.1.0)
10
11
## 4.2.4
12
13
### Fixes
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', '7.23.0'
+ s.dependency 'Sentry', '9.1.0'
21
22
s.source_files = 'ios/RNSentry.{h,m}'
23
s.public_header_files = 'ios/RNSentry.h'
0 commit comments