Bugsnag v5.22.0 Release Notes

Release Date: 2019-05-09 // almost 5 years ago
  • 🚀 This release disables background out-of-memory termination reporting by default, as it may be confusing that foreground and background grouped together and are not necessarily at the same level of importance during triage.

    ✨ Enhancements

    • ➕ Add configuration option (reportOOMs) to disable out-of-memory (OOM) event reporting, defaulting to enabled. #345
    • 0️⃣ Disable background OOM reporting by default. It can be enabled using reportBackgroundOOMs. #345