Skip to content

Commit bbc3b4e

Browse files
committed
feat: Use sentry-android 1.7.4
Fixes #224
1 parent e04f429 commit bbc3b4e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.38.2
4+
5+
- [Android] Use `sentry-android` `1.7.4`
6+
37
## v0.38.1
48

59
- [Android] set empty message to prevent breadcrumb exception

android/build.gradle

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

2626
dependencies {
2727
compile 'com.facebook.react:react-native:+'
28-
compile 'io.sentry:sentry-android:1.7.3'
28+
compile 'io.sentry:sentry-android:1.7.4'
2929
}

0 commit comments

Comments
 (0)