Skip to content

Commit 3645cf6

Browse files
Merge branch 'main' into 5.0.0
2 parents 08a54a7 + 9c2a7c1 commit 3645cf6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
- Bump CLI from v1.74.4 to v2.7.0 ([#2457](https://github.com/getsentry/sentry-react-native/pull/2457))
1818
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#270)
1919
- [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)
2026

2127
## 4.7.1
2228

RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.preserve_paths = '*.js'
2020

2121
s.dependency 'React-Core'
22-
s.dependency 'Sentry', '7.28.0'
22+
s.dependency 'Sentry', '7.29.0'
2323

2424
s.source_files = 'ios/RNSentry.{h,mm}'
2525
s.public_header_files = 'ios/RNSentry.h'

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ android {
4242

4343
dependencies {
4444
implementation 'com.facebook.react:react-native:+'
45-
api 'io.sentry:sentry-android:6.5.0'
45+
api 'io.sentry:sentry-android:6.6.0'
4646
}

0 commit comments

Comments
 (0)