Skip to content

Commit 1c2e4f0

Browse files
committed
Version 3.7.0-preview.1 changelog + version bump
1 parent b51f43f commit 1c2e4f0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## Version 3.7.0-preview.1
4+
5+
- Sampling has been enabled in the editor mode.
6+
- Disable API available in the editor mode. API allows to ignore all reports generated in the Unity editor.
7+
- Disable NDK integration when Application.Exit API has been invoked.
8+
- Java background exception handler
9+
- BacktraceConfiguration default options change for DatabasePath and CreateDatabaseDirectory properties.
10+
311
## Version 3.6.2
412

513
Bugfixes

Runtime/BacktraceClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Backtrace.Unity
2424
/// </summary>
2525
public class BacktraceClient : MonoBehaviour, IBacktraceClient
2626
{
27-
public const string VERSION = "3.6.3";
27+
public const string VERSION = "3.7.0-preview.1";
2828

2929
public BacktraceConfiguration Configuration;
3030

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.6.2",
4+
"version": "3.7.0-preview.1",
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)