We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27188a0 commit 893f8acCopy full SHA for 893f8ac
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Cocoa SDK from v8.36.0 to v8.38.0 ([#5](https://github.com/Aetonix/sentry-react-native/pull/5))
8
+ - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8380)
9
+ - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.38.0)
10
11
## 5.33.0
12
13
### Features
RNSentry.podspec
@@ -37,7 +37,7 @@ Pod::Spec.new do |s|
37
38
s.compiler_flags = other_cflags
39
40
- s.dependency 'Sentry/HybridSDK', '8.36.0'
+ s.dependency 'Sentry/HybridSDK', '8.38.0'
41
42
if defined? install_modules_dependencies
43
# Default React Native dependencies for 0.71 and above (new and legacy architecture)
0 commit comments