Bugsnag v6.8.0 Release Notes

Release Date: 2021-03-18 // about 3 years ago
  • โœจ 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 new appHangThresholdMillis configuration option. For more information see the documentation. #1039

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix a heap buffer overflow reported by Address Sanitizer. #1043

    • ๐Ÿ›  Fix parsing of callStackSymbols where the image name contains spaces. #1036

    • ๐Ÿ›  Fix a possible deadlock when writing crash reports for unhandled errors. #1034