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
- Maintenance: Update various components to latest versions
5
6
- Maintenance: CI job improvements
6
7
- Bugfix: Handle corrupt or empty database records
8
+
- Bugfix: Managed and native reports generated by the same user now have the same `guid`
7
9
- Backtrace metrics support - now the interface doesn't require to use `BacktraceCredentials` anymore
8
10
- Upgraded native crash reporter. The new version should capture crashes generated by the newest version of SDK
9
11
10
12
## Version 3.7.4
13
+
11
14
- Feature: migrated to AndroidX
12
15
- Improvement: removed READ_EXTERNAL_STORAGE permission from library AndroidManifest.xml
13
16
14
17
## Version 3.7.3
18
+
15
19
- Bug: Crashpad attachment syntax changed
16
20
17
21
## Version 3.7.2
22
+
18
23
- Bug: Fix issue rolling over Breadcrumb file
19
24
- Feature: update gradle to latest
20
25
- Feature: integrate crashpad via cmake
21
26
- Improvement: Make local.properties optional
22
27
- Improvement: Cleanup build scripts for speed
23
28
24
29
## Version 3.7.1 - 14.06.2022
30
+
25
31
- Error type "crash" only on unhandled exceptions from main thread for other threads - error type will be "unhandled exception"
26
32
27
33
## Version 3.7.0 - 28.04.2022
34
+
28
35
- Added error.type attribute that shows type of the report
29
36
- Added backtrace.version attribute that shows Backtrace agent version
30
37
31
38
## Version 3.6.0 - 29.1.2022
39
+
32
40
- Added error-free metrics
33
41
- Added method to disable native crash reporting
34
42
- Fixed Crashpad initialization failure in Samsung A20
@@ -37,57 +45,69 @@
37
45
- GitHub actions CICD support
38
46
39
47
## Version 3.5.0 - 14.09.2021
48
+
40
49
- Added support for native crash reporting in NDK 16b
41
50
- Bug fixes and expanded supported NDK versions for client side unwinding
42
51
43
52
## Version 3.4.0 - 07.09.2021
53
+
44
54
- Added support for NDK 22
45
55
46
56
## Version 3.3.0 - 15.07.2021
57
+
47
58
- Added support for client side unwinding of native crashes
48
59
49
60
## Version 3.2.2 - 10.03.2021
61
+
50
62
- Hotfix for crash when user enables native integration without file attachments
51
63
52
64
## Version 3.2.1 - 09.03.2021
65
+
53
66
- Native crashes now support custom attributes
54
67
- Improved file attachment support for managed and native crashes
55
68
- Fixed file attachments bug in BacktraceDatabaseRecord
56
69
57
70
## Version 3.2.0 - 02.03.2021
71
+
58
72
- Added Breadcrumbs feature to give Backtrace users context leading up to a `BacktraceReport`
59
73
- Improved support for Proguard
60
74
61
75
## Version 3.1.0 - 29.09.2020
76
+
62
77
- 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.
0 commit comments