Enhancements
- Bugsnag now detects app hangs (when the main thread is unresponsive for a period of time), alerting you of issues with your app’s responsiveness.
By default, only fatal app hangs (those that end with termination by the system watchdog or being force-quit by the user) will be reported.
This behaviour can be configured using the newappHangThresholdMillis
configuration option.
For more information see the documentation.
#1039