connector 1.2.0
This release introduces Teams capabilities.
- Routes of this service that involve projects that the requesting user does not have access to will return a 403.
This release introduces Teams capabilities.
This release is recommended for all users. It improves HTTP & SSL request handling, adds support for generating core files for minidumps, and several query features & performance improvements.
More …BacktraceDatabase
class will now create database directory before final database validation. Previously, when directory didn’t exist, BacktraceDatabase was disabled.BacktraceDatabase
field now allows users to pass interpolated string in Database options. Developer can use ${Application.dataPath}
or ${Application.persistentDataPath}
to set path to database.BacktraceLogManager
initialization - The Backtrace client will now create a class instance of BacktraceAnrWatchdog
class, instead of creating instance via static class method. The BacktraceLogManager
(class responsible for storing log data) will be initialized in CaptureUnityMessages
.Backtrace-hooks Github support. Backtrace-Hooks allows to synchronize issue status on Github with issue in Github. Right now when:
New Features
Collect last n number of logs
property in the Unity editor.