Version 3.4.0-rc3
Pre-release
Pre-release
Version 3.4.0-rc3
- native/managed attachment support - user can add path to attachments via BacktraceClient Initialize method or via Unity Editor in the BacktraceClient's inspector. Once user add them on the initialization method/game object - it will be available in every report that BacktraceClient will send to Backtrace.
- background thread support - now BacktraceClient will report exceptions/unhandled exceptions generated by any background thread.
- ANR detection improvements - BacktraceClient won't report anymore ANRs detected when the application goes to the background.
thread.mainattribute support - attribute stores an identifier of a main thread. In this situation user can use value available in this attribute to detect main thread.- Backtrace native integration will set
_mod_faulting_tidattribute for ANR reports to set default faulting thread. - Fixed arabic language bug, that generated an unhandled exception on new Unity message.
- Fixed attachment prefix
attachment__->attachment_