Skip to content

Commit c9d76e8

Browse files
author
jasoncdavis0
authored
Update CHANGELOG.md
1 parent e4b743d commit c9d76e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- Backtrace will try to guess unhandled exception classifier based on exception message/stack trace.
99
- Backtrace now allows you to add Unity player.log file as an attachment.
1010
- Backtrace now allows you to add a screenshot as an attachment when an exception occured.
11-
- Backtrace will now allow you to capture last n lines of game logs. You can define how many lines of logs Backtrace should store by settings `Collect last n number of logs` property in the Unity editor.
12-
- Backtrace will send the native Unity exception that caused a crash of game on Windows OS.
11+
- Backtrace now allows you to capture last n lines of game logs. You can define how many lines of logs Backtrace should store by settings `Collect last n number of logs` property in the Unity editor.
12+
- Backtrace will capture any native Unity Engine crash dumps on Windows OS.
1313
- Backtrace allows you control whether or not a report should send via the BeforeSend event. If you return a null value from a BeforeSend event, Backtrace will discard the report and not send.
1414

1515
*General Improvements*

0 commit comments

Comments
 (0)