Skip to content

Releases: backtrace-labs/backtrace-unity

Version 3.7.0

10 Nov 21:15
c9704d1
Compare
Choose a tag to compare

Version 3.7.0

  • When an ANR/Hang is detected, it is now added to the Breadcrumbs on all the platforms we support ANRs for
  • 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.7.0-preview.2

21 Oct 20:36
Compare
Choose a tag to compare
Pre-release

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.7.0-preview.1

19 Oct 12:19
Compare
Choose a tag to compare
Pre-release

Version 3.7.0-preview.1

  • Sampling has been enabled in the editor mode.
  • Disable API available in the editor mode. API allows ignoring 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.

Version 3.6.2

06 Oct 13:31
971d552
Compare
Choose a tag to compare

Version 3.6.2

Bugfixes

  • Fixed invalid behavior of multi select dropdown in Unity 2017/2018. Now users can select multiple values (instead of one) on multi select dropdowns.
  • Fixed invalid escaping of control characters, affecting reports in Chinese to be rendered incorrectly in the Backtrace UI.
  • Fixed a bug caused by the Unity API when Backtrace tries to parse Unity message from a background thread.
  • General API improvements.

Version 3.6.1

15 Sep 23:18
553aab2
Compare
Choose a tag to compare

Version 3.6.1

Bugfixes

  • Fixed unhandled exception caused by truncated stack trace

Improvements

  • improved client side unwinding support on Android

Version 3.6.0

28 Aug 10:10
f42386b
Compare
Choose a tag to compare

Version 3.6.0

New functionality

  • Added option for client side unwinding of native crashes on Android for NDK 19+ (Unity 2019+)
  • Added support for passing all attributes defined in the managed c# layer to Windows native crashes
  • Added Unity engine log buffer to reports objects and updated Debugger view to display the last Log lines again.
  • Improved OOM support - memory warnings won't generate and store crash reports.

Bugfixes

  • Backward compatibility support for .NET 3.5

Version 3.6.0-preview.3

16 Aug 08:45
Compare
Choose a tag to compare
Pre-release

Version 3.6.0-Preview

New functionality

  • Added support for client side unwinding of native crashes on Android
  • Added support for windows native crashes

Bugfixes

  • Backward compatibility support for .NET 3.5

This preview release also fixes compilation issues on platforms without native client class implementation.

Version 3.6.0-preview.2

05 Aug 08:48
Compare
Choose a tag to compare
Pre-release

Version 3.6.0-Preview

New functionality

  • Added support for client side unwinding of native crashes on Android
  • Added support for windows native crashes (including attributes, attachments, ANRs),
  • Unity engine logs are now available once again in the Backtrace web debugger.

Bugfixes

  • Backward compatibility support for .NET 3.5

Version 3.6.0-preview

19 Jul 22:18
Compare
Choose a tag to compare
Version 3.6.0-preview Pre-release
Pre-release

Version 3.6.0-Preview

New functionality

  • Added support for client side unwinding of native crashes on Android

Bugfixes

  • Fixed error in .NET 3.5 support

Adjustments

  • The library now ignores ANR reports generated in the debug mode,
  • The library will omit report generation when OOM occured.

Version 3.5.0

21 Jun 20:32
7a4a67b
Compare
Choose a tag to compare

New functionality

  • Support for capturing metrics to determine crash free users and sessions for your game. Once enabled, unique application launches and unique player identifiers (default: guid) will be submitted to Backtrace so you will be able to get an overview in our web console of how many errors, hangs, crashes and memory problems occur compared to all active users for a given platform, version, etcetera. See the README for more info on functionality and configuration options. This functionality is supported on all Unity supported platforms except WebGL.
  • Support for breadcrumbs. Once enabled, various "breadcrumb" events (such as application going to background, log message, network connectivity lost and many more) will be submitted with all types of Backtrace reports and viewable in the web console. It is possible to configure client-side which events to include and from which log level severity. It is also possible to add custom events, like "player completed a level", via the API. By default the breadcrumbs are limited to 64kB, and when the limit is reached, the oldest events will automatically be removed to make space for newer breadcrumbs. See the README for more information on functionality and configuration options. This functionality is supported on all Unity supported platforms.
  • Support for controlling the size and quality of the JPEG screenshots captured, to reduce bandwith and storage.
  • Support for filtering out DebugLog error messages.

Removed

  • Support for .NET 2.0 was removed. .NET 2.0 has been end of life for some time. If support is required for .NET 2.0, please use backtrace-unity 3.4.x

Bugfixes

  • Fixed Unity 2020 & 2021 warnings
  • Adjusted structure size on the iOS build
  • Guess backtrace-android native crash reporter path if appcontext is not available