Bugsnag v6.12.0 Release Notes

Release Date: 2019-08-28 // over 4 years ago
  • 6.12.0 (28 Aug 2019)

    โœจ Enhancements

    โž• Add Ruby (and other framework) version strings to report and session payloads (device.runtimeVersions).
    ๐Ÿ’Ž | 560

    ๐Ÿ‘ Allow symbols in breadcrumb meta data.
    ๐Ÿ’Ž | #563
    | directionless

    ๐Ÿ›  Fixes

    ๐Ÿ’Ž Use Module#prepend for Rake integration when on a new enough Ruby version
    to avoid infinite mutual recursion issues when something else monkey patches
    Rake::Task.
    ๐Ÿ’Ž | #556
    ๐Ÿ’Ž | #559

    ๐Ÿ‘ท Handle nil values for the job block parameter for the Que error notifier.
    This occurs under some conditions such as database connection failures.
    ๐Ÿ’Ž | #545
    ๐Ÿ’Ž | #548