You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Backtrace Android Release Notes
2
2
3
-
## Version 3.7.0
3
+
## Version 3.7.1 - 14.06.2022
4
+
- Error type "crash" only on unhandled exceptions from main thread for other threads - error type will be "unhandled exception"
5
+
6
+
## Version 3.7.0 - 28.04.2022
4
7
- Added error.type attribute that shows type of the report
5
8
- Added backtrace.version attribute that shows Backtrace agent version
6
9
@@ -38,7 +41,7 @@
38
41
- Backtrace Android allows to capture native crashes from Android NDK code. To enable NDK crashes exception handler use `setupNativeIntegration` method and pass backtraceClient with credentials.
Copy file name to clipboardExpand all lines: gradle.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ org.gradle.jvmargs=-Xmx1024m
13
13
# org.gradle.parallel=true
14
14
15
15
16
-
VERSION_NAME=3.7.0
17
-
VERSION_CODE=370
16
+
VERSION_NAME=3.7.1
17
+
VERSION_CODE=371
18
18
GROUP=com.github.backtrace-labs.backtrace-android
19
19
20
20
POM_DESCRIPTION=Backtrace's integration with Android applications written in Java allows customers to capture and report handled and unhandled java exceptions.
0 commit comments