Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Oct 21, 2021
1 parent 91df5e9 commit df8b6c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Backtrace Unity Release Notes

## Version 3.7.0-preview.1
## Version 3.7.0-preview.2

- Sampling has been enabled in the editor mode.
- Disable API available in the editor mode. API allows to ignore all reports generated in the Unity editor.
- Disable NDK integration when Application.Exit API has been invoked.
- Java background exception handler
- BacktraceConfiguration default options change for DatabasePath and CreateDatabaseDirectory properties.
- Updated Backtrace-Android dependencies to version 3.6.0

## Version 3.6.2

Expand Down
2 changes: 1 addition & 1 deletion Runtime/BacktraceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Backtrace.Unity
/// </summary>
public class BacktraceClient : MonoBehaviour, IBacktraceClient
{
public const string VERSION = "3.7.0-preview.1";
public const string VERSION = "3.7.0-preview.2";

public BacktraceConfiguration Configuration;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.backtrace.unity",
"displayName": "Backtrace",
"version": "3.7.0-preview.1",
"version": "3.7.0-preview.2",
"unity": "2017.1",
"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.",
"keywords": [
Expand Down

0 comments on commit df8b6c8

Please sign in to comment.