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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
This release adds the ability to capture native iOS crashes from Unity games deployed to iOS. The Backtrace Configuration now exposes a setting for games being prepared for iOS to choose `Capture native crashes`. When enabled, the backtrace-unity client will capture and submit native iOS crashes to the configured Backtrace instance. To generate human readable callstacks, game programmers will need to generate and upload appropriate debug symbols.
5
5
6
6
- Renamed attribute uname.sysname and added default uname.sysname detection for new Unity platforms.
7
+
- By default backtrace-unity plugin will add error.type attribute that allows developers to quickly filter reports based on exception type - for example: Hang, Crash, Message, ManagerException or UnhandledException.
7
8
- Updated Android NDK libraries used by Unity plugin.
0 commit comments