backtrace-coronerd 1.48.39

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 …

Backtrace Unity 3.0.1

  • The BacktraceDatabase class will now create database directory before final database validation. Previously, when directory didn’t exist, BacktraceDatabase was disabled.
  • The 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.
  • The backtrace-unity library will generate screenshot image files in .jpg format.
  • Optimizations in ANR watchdog and 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.

hooks 1.4.0

Backtrace-hooks Github support. Backtrace-Hooks allows to synchronize issue status on Github with issue in Github. Right now when:

  • ticket changed status,
  • reassign ticket
More …

Backtrace Unity 3.0.0

New Features

  • The backtrace-unity library (Backtrace) now allows detection of ANR (Application not responding) events on Android devices.
  • Unhandled exception output from the Unity runtime and executables is now prominently displayed in the Debugger.
  • Backtrace will try to guess unhandled exception classifier based on exception message/stack trace.
  • Backtrace now allows you to add Unity player.log file as an attachment.
  • Backtrace now allows you to add a screenshot as an attachment when an exception occured.
  • Backtrace now allows you to capture last n lines of game logs. You can define how many lines of logs Backtrace should store by settings Collect last n number of logs property in the Unity editor.
  • Backtrace will capture any native Unity Engine crash dumps on Windows OS.
  • Backtrace will capture and index native metadata from the Android OS as Backtrace Attribuces, including vm, system.memory, and device details.
  • Backtrace allows you control whether or not a report should send via the BeforeSend event. If you return a null value from a BeforeSend event, Backtrace will discard the report and not send.
More …

backtrace-coronerd 1.48.14

This release is recommended for all users. It adds support for managing teams, verbose callstack indexing, and significantly improves performance for query string filters.

More …