Bugsnag v5.26.0 Release Notes

Release Date: 2022-08-18 // over 1 year ago
  • โœจ Enhancements

    • Introduced bugsnag_refresh_symbol_table and BugsnagNDK.refreshSymbolTable to allow NDK apps to force a refresh of cached debug information used during a native crash. This new API is only applicable if you are using dlopen or System.loadLibrary after startup, and experiencing native crashes with missing symbols. #1731

    ๐Ÿ› Bug fixes

    • ๐Ÿ“‡ Non-List Collections are now correctly handled as OPAQUE values for NDK metadata #1728