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 e04f429 commit bbc3b4eCopy full SHA for bbc3b4e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.38.2
4
+
5
+- [Android] Use `sentry-android` `1.7.4`
6
7
## v0.38.1
8
9
- [Android] set empty message to prevent breadcrumb exception
android/build.gradle
@@ -25,5 +25,5 @@ android {
25
26
dependencies {
27
compile 'com.facebook.react:react-native:+'
28
- compile 'io.sentry:sentry-android:1.7.3'
+ compile 'io.sentry:sentry-android:1.7.4'
29
}
0 commit comments