backtrace-unity
backtrace-unity copied to clipboard
First-class error reporting for the Unity game engine.
Updates README to only include badges, description, installation and usage code samples, and link to the docs for more info.
# Why By default, if the stack trace algorithm cannot find a correct way to determine the OS, the algorithm uses "Android" parser to parse the stack frame. This diff...
# Why This diff allows to setup a crash-free session metrics without an exception for the on-premise customers. Right now if the universe name is invalid, we will disable the...
Provides better version information for mobile devices.
# Why This diff updates all android native error reporting binaries to the latest version. Binaries used in this diff: https://github.com/backtrace-labs/backtrace-android/releases/tag/3.7.3
# Why This diff adds support for appdomain unhandled exception captured refs BT-2208
# Why This diffs adds Crash loop detection support on Android. The diff exposes crash loop detection native client methods to Backtrace client.