Skip to content

Commit 2d4f738

Browse files
authored
Merge pull request #200 from backtrace-labs/release/3.8.4
Release 3.8.4
2 parents eb87f5c + 86d7428 commit 2d4f738

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## Version 3.8.4
4+
5+
Bugfixes
6+
- Unhandled exception handler on Android will now report all type of captured Android exceptions.
7+
- Added the screencapture module as a dependency
8+
9+
Improvements
10+
- Xbox native crash handler now handles more types of crashes
11+
312
## Version 3.8.3
413

514
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.8.3";
27+
public const string VERSION = "3.8.4";
2828
internal const string DefaultBacktraceGameObjectName = "BacktraceClient";
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.8.3",
4+
"version": "3.8.4",
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)