Skip to content

Commit 3e5cfc3

Browse files
Merge remote-tracking branch 'origin/main' into 5.0.0
2 parents 41f8661 + fcbe8ce commit 3e5cfc3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
### Fixes
88

99
- Add missing source Spec for RNSentry Codegen. ([#2639](https://github.com/getsentry/sentry-react-native/pull/2639))
10+
### Dependencies
11+
12+
- Bump Android SDK from v6.8.0 to v6.9.0 ([#2643](https://github.com/getsentry/sentry-react-native/pull/2643))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#690)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.0)
1015

1116
## 4.10.0
1217

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.8.0'
45+
api 'io.sentry:sentry-android:6.9.0'
4646
}

0 commit comments

Comments
 (0)