Crash handling is enabled by default, to let you capture all the sessions with crashes and see the corresponding crash logs. If you want to disable UXCam from capturing sessions with crashes, you will need to call this API before startWithKey.
Control Crash Handling Events
UXCam.disableCrashHandling(_ disabled: Bool)
Not supported
void UXCam.DisableCrashHandling(bool disable)
Note: If you faced issues like app freeze or crash while using your app in Xamarin; it might be caused due to conflict between Xamarin and UXCam exception handlers. Use DisableCrashHandling(true) to fix this issue.
The API parameters are:
disable: Default false. Set true to disable crash recording.