We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41f8661 + fcbe8ce commit 3e5cfc3Copy full SHA for 3e5cfc3
CHANGELOG.md
@@ -7,6 +7,11 @@
7
### Fixes
8
9
- 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)
15
16
## 4.10.0
17
android/build.gradle
@@ -42,5 +42,5 @@ android {
42
43
dependencies {
44
implementation 'com.facebook.react:react-native:+'
45
- api 'io.sentry:sentry-android:6.8.0'
+ api 'io.sentry:sentry-android:6.9.0'
46
}
0 commit comments