File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 17
17
- Bump CLI from v1.74.4 to v2.7.0 ([ #2457 ] ( https://github.com/getsentry/sentry-react-native/pull/2457 ) )
18
18
- [ changelog] ( https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#270 )
19
19
- [ diff] ( https://github.com/getsentry/sentry-cli/compare/1.74.4...2.7.0 )
20
+ - Bump Android SDK from v6.5.0 to v6.6.0 ([ #2572 ] ( https://github.com/getsentry/sentry-react-native/pull/2572 ) )
21
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#660 )
22
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/6.5.0...6.6.0 )
23
+ - Bump Cocoa SDK from v7.28.0 to v7.29.0 ([ #2571 ] ( https://github.com/getsentry/sentry-react-native/pull/2571 ) )
24
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7290 )
25
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/7.28.0...7.29.0 )
20
26
21
27
## 4.7.1
22
28
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
s . preserve_paths = '*.js'
20
20
21
21
s . dependency 'React-Core'
22
- s . dependency 'Sentry' , '7.28 .0'
22
+ s . dependency 'Sentry' , '7.29 .0'
23
23
24
24
s . source_files = 'ios/RNSentry.{h,mm}'
25
25
s . public_header_files = 'ios/RNSentry.h'
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ android {
42
42
43
43
dependencies {
44
44
implementation ' com.facebook.react:react-native:+'
45
- api ' io.sentry:sentry-android:6.5 .0'
45
+ api ' io.sentry:sentry-android:6.6 .0'
46
46
}
You can’t perform that action at this time.
0 commit comments