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
* Fixed an issue when DefaultUniqueAttributeName is being used in the startup event instead of StartupUniqueAttributeName (#180)
* Crashpad upgrade - fixed native crash guid & sdk 33+ support (#179)
* Android: Do not start native integration without crashpad handler. Prevent false positive handler startups
* Version and changelog update
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Backtrace Unity Release Notes
2
2
3
+
## Version 3.7.9
4
+
5
+
Bugfixes
6
+
7
+
- Bugfix: On Android, managed and native reports generated by the same user now have the same `guid`
8
+
- Metrics support allow to override a default Unique event attribute.
9
+
- Do not start android native integration if the handler path is not available in the apk.
10
+
11
+
Maintenance
12
+
13
+
- Upgraded native crash reporter. The new version should capture crashes generated by the newest version of SDK
14
+
3
15
## Version 3.7.8
4
16
5
17
Bugfixes
@@ -14,31 +26,38 @@ Maintenance
14
26
15
27
New functionality
16
28
- Improved machine identifier functionality - if default identifier methods fail, a new machine identifier will be stored in the internal storage and will stay the same between game restarts.
17
-
- Added a new attribute `application.package` that stores information about an application package id.
29
+
- Added a new attribute `application.package` that stores information about an application package id.
18
30
19
31
Bugfixes
32
+
20
33
- Fixed a problem with missing breadcrumbs files in the database records after a game restart.
21
34
- Fixed a problem with 00000000-0000-0000-0000-000000000000 guid on Xbox and other consoles.
22
35
23
36
Maintenance
37
+
24
38
- Upgraded the PLCrashReporter library.
25
39
26
40
## Version 3.7.6
27
41
28
42
New functionality
43
+
29
44
- Added option for enabling or disabling client side unwinding of native crashes on iOS (Unity 2019+) (by default is disabled)
30
45
31
46
Bugfixes
47
+
32
48
- Fixes OOM reporting for iOS 15.3.1+ by disabling client side unwinding by default
33
49
- Enabled OOM support for iOS 15.3.1+
34
50
35
51
## Version 3.7.5
52
+
36
53
Bugfixes
54
+
37
55
- Disabled OOM support for iOS 15.3.1+
38
56
39
57
## Version 3.7.4
40
58
41
59
Bugfixes
60
+
42
61
- Updates native libraries for Windows.
43
62
- Removes native support for x86 games on Windows.
44
63
- Improves the background thread exception handler on Android, which allows you to capture managed crashes and forward exception information to other exceptions handlers.
@@ -49,15 +68,16 @@ Bugfixes
49
68
## Version 3.7.3
50
69
51
70
Bugfixes
71
+
52
72
- Fixed the game object name issue used by native integration when ANR or background exception occured,
53
73
- fixed invalid cast in the screenshot generation algorithm,
54
74
- fixed a problem with the dispose method in the Backtrace Android native integration - now backtrace-unity will dispose native integation only once.
55
75
- prevent from throwing an exception from the BacktraceDatabase object if BacktraceDatabaseAttachments object generates attachment and disk is full.
56
76
57
-
58
77
## Version 3.7.2
59
78
60
79
Bugfixes
80
+
61
81
- Improves background handler for last caught exceptions.
62
82
- Fixed the compilation issue in the native client base class.
0 commit comments