Skip to content

Commit

Permalink
Release 3.8.7 (#214)
Browse files Browse the repository at this point in the history
* Release 3.8.7

* Remove invalid header
  • Loading branch information
konraddysput authored May 9, 2024
1 parent c97ed0a commit f166eea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Backtrace Unity Release Notes

## Version 3.8.7

Bugfixes
- Changed uname.sysname attribute from IOS to iOS.
- Do not report OOMs generated when application is in background.

Improvements
- Added an option to define breadcrumb type.
- Allow to use not available configuration options on specific platform.

## Version 3.8.6

Bugfixes
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.8.6";
public const string VERSION = "3.8.7";
internal const string DefaultBacktraceGameObjectName = "BacktraceClient";
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.8.6",
"version": "3.8.7",
"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 f166eea

Please sign in to comment.