All Versions
146
Latest Version
Avg Release Cycle
56 days
Latest Release
837 days ago

Changelog History
Page 11

  • v1.6.5 Changes

    • Send hostname to Bugsnag
  • v1.6.4 Changes

    • Fix load order issue with Resque
  • v1.6.3 Changes

    • ๐Ÿš€ Deal with SSL properly for deploy notifications on ruby <2.0
  • v1.6.2 Changes

    • โช Notify about exceptions that occur in ActiveRecord commit and rollback callbacks (these are usually swallowed silently by rails)
  • v1.6.1 Changes

    • Ensure sidekiq, mailman and rake hooks respect the ignore_classes setting
    • ๐Ÿ‘ท Persist sidekiq and mailman meta-data through each job, so it can show up in manual Bugsnag.notify calls
  • v1.6.0 Changes

    • ๐Ÿ‘ Add support for catching crashes in mailman apps
    • Automatically enable Bugsnag's resque failure backend
    • ๐Ÿš… Add automatic rake integration for rails apps
  • v1.5.3 Changes

    • Deal with self-referential meta data correctly.
    • ๐Ÿš€ Dont load the environment when performing a deploy with capistrano.
  • v1.5.2 Changes

    • Dont send rack.request.form_vars as it is a copy of form_hash and it may contain sensitive params.
  • v1.5.1 Changes

    • Fix rake block arguments for tasks that need them.
  • v1.5.0 Changes

    • ๐Ÿ‘ Add proxy support for http requests to Bugsnag.
    • Read the API key from the environment for Heroku users