Skip to content

Commit 2240e99

Browse files
author
jasoncdavis0
authored
Updated changelog
1 parent 2b50807 commit 2240e99

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Backtrace Unity Release Notes
22

33
## Version 3.2.0-release candidate
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-
6-
- Renamed default uname.sysname attributes for some platforms for example: ps4 (instead of PS4), switch (instead of Switch)
7-
- Added default uname.sysname detection for new Unity platforms. Previously when we detected unknown OS, Backtrace-Unity set uname.sysname attribute to "NaCL". Right now we will try to get platform namy based on `Application.platform` property.
8-
- By default backtrace-unity plugin will add error.type attribute that allows developers to quickly filter reports based on exception type - for example: Crash, Message, Hang, Unhandled Exception, Exception.
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+
- Added default uname.sysname attributes for some platforms. The following is the list of uname.sysname platforms that can be populated. list "Android, IOS, Linux, Mac OS, ps3, ps4, Samsung TV, tvOS, WebGL, WiiU, Switch, Xbox". Note 'Switch' had previously been reported as 'switch'
6+
- Added a new attribute 'error.type' that allows developers to quickly filter error reports based on the type of error - The list includes "Crash, Message, Hang, Unhandled Exception, Exception".
97
- Updated Android NDK libraries used by Unity plugin.
108

119
## Version 3.1.2

0 commit comments

Comments
 (0)