Skip to content

Commit 753f3a0

Browse files
committed
3.4.0-rc1
1 parent 5bf09cd commit 753f3a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Backtrace Unity Release Notes
22

3-
## Version 3.4.0
3+
## Version 3.4.0-rc1
44
- native/managed attachment support - user can add path to attachments via BacktraceClient Initialize method or via Unity Editor Backtrace Window. Once user add them on the initialization method/game object - it will be available in every report that BacktraceClient will send to Backtrace.
55
- background thread support - now BacktraceClient will report exceptions/unhandled exceptions generated by any background thread.
66
- ANR detection improvements - BacktraceClient won't report anymore ANRs detected when the application goes to the background.

Runtime/BacktraceClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class BacktraceClient : MonoBehaviour, IBacktraceClient
2121
{
2222
public BacktraceConfiguration Configuration;
2323

24-
public const string VERSION = "3.4.0";
24+
public const string VERSION = "3.4.0-rc1";
2525
public bool Enabled { get; private set; }
2626

2727
/// <summary>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "io.backtrace.unity",
33
"displayName": "Backtrace",
4-
"version": "3.4.0",
4+
"version": "3.4.0-rc1",
55
"unity": "2017.1",
66
"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.",
77
"keywords": [

0 commit comments

Comments
 (0)