Honeybadger v2.2.0 Release Notes

Release Date: 2015-10-29 // over 8 years ago
  • โž• Added

    • โž• Added a config option to automatically set the component to the class name of the Sidekiq job where an error originated. Causes errors to be grouped by worker in addition to class name/location.

    ๐Ÿ›  Fixed

    • ๐Ÿš€ Always refresh capistrano revision during deploy notification.
    • ๐Ÿ‘Œ Support capistrano-chruby. -Kyle Rippey
    • Send the wrapped class name for Sidekiq traces when using a wrapper such as ActiveJob.
    • ๐ŸŽ Performance tuning for Sidekiq plugin.