File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 6
6
> make sure you follow our [ migration guide] ( https://docs.sentry.io/platforms/react-native/migration/ ) first.
7
7
<!-- prettier-ignore-end -->
8
8
9
+ ## Unreleased
10
+
11
+ ### Dependencies
12
+
13
+ - Bump Cocoa SDK from v8.49.0 to v8.49.1 ([ #4771 ] ( https://github.com/getsentry/sentry-react-native/pull/4771 ) )
14
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8491 )
15
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.49.0...8.49.1 )
16
+
9
17
## 6.11.0
10
18
11
19
### Features
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Pod::Spec.new do |s|
37
37
38
38
s . compiler_flags = other_cflags
39
39
40
- s . dependency 'Sentry/HybridSDK' , '8.49.0 '
40
+ s . dependency 'Sentry/HybridSDK' , '8.49.1 '
41
41
42
42
if defined? install_modules_dependencies
43
43
# Default React Native dependencies for 0.71 and above (new and legacy architecture)
You can’t perform that action at this time.
0 commit comments