File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7
7
- Add actual ` activeThreadId ` to Profiles ([ #3338 ] ( https://github.com/getsentry/sentry-react-native/pull/3338 ) )
8
8
- Parse Hermes Profiling Bytecode Frames ([ #3342 ] ( https://github.com/getsentry/sentry-react-native/pull/3342 ) )
9
9
10
+ ### Dependencies
11
+
12
+ - Bump Cocoa SDK from v8.13.0 to v8.14.1 ([ #3340 ] ( https://github.com/getsentry/sentry-react-native/pull/3340 ) )
13
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8141 )
14
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.14.1 )
15
+
10
16
## 5.11.1
11
17
12
18
### Fixes
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
24
24
s . preserve_paths = '*.js'
25
25
26
26
s . dependency 'React-Core'
27
- s . dependency 'Sentry/HybridSDK' , '8.13.0 '
27
+ s . dependency 'Sentry/HybridSDK' , '8.14.1 '
28
28
29
29
s . source_files = 'ios/**/*.{h,mm}'
30
30
s . public_header_files = 'ios/RNSentry.h'
You can’t perform that action at this time.
0 commit comments