Open
Description
Describe the bug
I am not able to see the additional data(Custom Diagnostic Data) with a bugsnag report if an ANR is recorded or a crash is recorded. For normal exceptions of type "NullReference" or "ArgumentOutOfRange" exceptions i am able to see the custom diagnostic data.
Steps to reproduce
- Integrate bugsnag v5.1.1 in unity project
- Now add some custom diagnostic data on some actions to be seen with a bugsnag ANR/crash report
- After doing some actions (basically recording some custom diagnostic data) just force a crash or ANR. (For this bugnsag sample unity project on github already has the script to throw ANR/Crash)
- Now go to bugsnag dashboard and observer the ANR/Crash data.
- There is no custom diagnostic data attached.
- Now open the application again and do some actoins (to record custom diagnostic data)
- After that just trigger an exception
- Now go to bugsnag dashboard and observe that the custom data is recorded.
- So it is getting recorded for an exception but not for a crash or ANR.
Environment
- Bugsnag version: 5.1.1 (unity)
- Unity version: 2019.4.15f1
- Android version: 8.1.0, 9, 11
- simulator/emulator or physical device: Galaxy A11, Lenovo Tab E10
- Initializing bugsnag via a Unity GameObject or in code?: via Unity GameObject
- Player Settings:
- Scripting backend (Mono or IL2CPP): IL2CPP
- API compatibility level for .NET: .Net Standard 2.0
- Stack Trace level for all error types (None/ScriptOnly/Full): Script Only