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.
1 parent e9fea85 commit 787a8e7Copy full SHA for 787a8e7
CHANGELOG.md
@@ -6,6 +6,12 @@
6
7
- Add iOS profiles to React Native Profiling ([#3349](https://github.com/getsentry/sentry-react-native/pull/3349))
8
9
+### Dependencies
10
+
11
+- Bump Android SDK from v6.33.1 to v6.34.0 ([#3408](https://github.com/getsentry/sentry-react-native/pull/3408))
12
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6340)
13
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.33.1...6.34.0)
14
15
## 5.13.0
16
17
### Features
android/build.gradle
@@ -54,5 +54,5 @@ android {
54
55
dependencies {
56
implementation 'com.facebook.react:react-native:+'
57
- api 'io.sentry:sentry-android:6.33.1'
+ api 'io.sentry:sentry-android:6.34.0'
58
}
0 commit comments