Releases: backtrace-labs/backtrace-unity
Releases · backtrace-labs/backtrace-unity
Version 3.7.6
New functionality
- Added option for enabling or disabling client side unwinding of native crashes on iOS (Unity 2019+) (by default is disabled)
Bugfixes
- Fixes OOM reporting for iOS 15.3.1+ by disabling client side unwinding by default
- Enabled OOM support for iOS 15.3.1+
Version 3.7.6-preview.1
Version 3.7.6-preview.1
New functionality
- Added option for enabling or disabling client side unwinding of native crashes on iOS (Unity 2019+) (by default is disabled)
Bugfixes
- Fixes OOM reporting for iOS 15.3.1+ by disabling client side unwinding by default
- Enabled OOM support for iOS 15.3.1+
Version 3.7.5
Version 3.7.5
Bugfixes
- Disabled OOM support for iOS 15.3.1+
Version 3.7.4
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
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
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
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
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
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
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