Skip to content

Releases: backtrace-labs/backtrace-unity

Version 3.7.5

27 Apr 15:05
cd0008c
Compare
Choose a tag to compare

Version 3.7.5

Bugfixes

  • Disabled OOM support for iOS 15.3.1+

Version 3.7.4

14 Mar 14:44
4b8a959
Compare
Choose a tag to compare

Version 3.7.4

Bugfixes

  • Updates native libraries for Windows.
  • Removes native support for x86 games on Windows.
  • Improves the background thread exception handler on Android, which allows you to capture managed crashes and forward exception information to other exceptions handlers.
  • Handles database paths in the configuration file that end with trailing slashes (“/”).
  • Disables the dialog used to upload symbols for Android when Unity is running in batch mode.
  • Fixes a problem with nullable breadcrumbs when initializing the Backtrace client.

Version 3.7.4-preview.2

17 Feb 10:17
Compare
Choose a tag to compare
Pre-release

Version 3.7.4-preview.2

Bugfixes

  • Updates native libraries for Windows.
  • Removes native support for x86 games on Windows.
  • Improves the background thread exception handler on Android, which allows you to capture managed crashes and forward exception information to other exceptions handlers.
  • Handles database paths in the configuration file that end with trailing slashes (“/”).
  • Disables the dialog used to upload symbols for Android when Unity is running in batch mode.
  • Fixes a problem with nullable breadcrumbs when initializing the Backtrace client.

Version 3.7.4-preview.1

02 Feb 18:09
Compare
Choose a tag to compare
Pre-release

Version 3.7.4-preview.1

Bugfixes

  • Updates native libraries for Windows.
  • Removes native support for x86 games on Windows.
  • Improves the background thread exception handler on Android, which allows you to capture managed crashes and forward exception information to other exceptions handlers.
  • Handles database paths in the configuration file that end with trailing slashes (“/”).
  • Disables the dialog used to upload symbols for Android when Unity is running in batch mode.
  • Fixes a problem with nullable breadcrumbs when initializing the Backtrace client.

Version 3.7.3

22 Dec 14:05
18f4114
Compare
Choose a tag to compare

Version 3.7.3

Bugfixes

  • Fixed the game object name issue used by native integration when ANR or background exception occured,
  • fixed invalid cast in the screenshot generation algorithm,
  • fixed a problem with the dispose method in the Backtrace Android native integration - now backtrace-unity will dispose native integation only once.
  • prevent from throwing an exception from the BacktraceDatabase object if BacktraceDatabaseAttachments object generates attachment and disk is full.

Version 3.7.2

06 Dec 12:51
a8138c2
Compare
Choose a tag to compare

Version 3.7.2

Bugfixes

  • Improves background handler for last caught exceptions.
  • Fixed the compilation issue in the native client base class.

Version 3.7.1

23 Nov 17:56
fa1090c
Compare
Choose a tag to compare

Version 3.7.1

New functionality

  • Where not allowed, negative number values in the Backtrace Configuration Asset will automatically be reset to the default value.

Bugfixes

  • Fixed redundant ANR detection
  • Improved ANR configurability. Client settings not allow you to specify how many seconds of a delay constitutes an ANR. This value can be set dynamically based on the the exact devices, choosing higher values for older devices for example.
  • Add iOS cleanup for invalid cached reports
  • Backward compatibility support for .NET 3.5

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.