Honeybadger v2.1.1 Release Notes

Release Date: 2015-07-15 // almost 9 years ago
  • โž• Added

    • โšก๏ธ Update heroku cli deprecations. -@adamkuipers
    • Don't insert middleware if they're disabled. -Bradley Priest
    • Don't send RAW_POST_DATA.
    • Filter HTTP_COOKIE in request cgi_data. -Sam McTaggart
    • ๐Ÿ‘Œ Support for extracting the correct component & action for Rails Active Jobs (previously all Active Jobs where reported as 'ActiveJob::QueueAdapters::DelayedJobAdapter::JobWrapper'). -Panos Korros

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix breakage relating to Exceptions containing a :cause attribute which is not itself an Exception. -Gabe da Silveira