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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Backtrace Unity Release Notes
2
2
3
-
## Version 3.4.0-rc2
3
+
## Version 3.4.0-rc3
4
4
5
5
- native/managed attachment support - user can add path to attachments via BacktraceClient Initialize method or via Unity Editor in the BacktraceClient's inspector. Once user add them on the initialization method/game object - it will be available in every report that BacktraceClient will send to Backtrace.
6
6
- background thread support - now BacktraceClient will report exceptions/unhandled exceptions generated by any background thread.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "io.backtrace.unity",
3
3
"displayName": "Backtrace",
4
-
"version": "3.4.0-rc2",
4
+
"version": "3.4.0-rc3",
5
5
"unity": "2017.1",
6
6
"description": "Backtrace's integration with Unity games allows customers to capture and report handled and unhandled Unity exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug software errors.",
0 commit comments