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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@
8
8
- Backtrace will try to guess unhandled exception classifier based on exception message/stack trace.
9
9
- Backtrace now allows you to add Unity player.log file as an attachment.
10
10
- 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.
13
13
- 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.
0 commit comments