Releases: bugsnag/bugsnag-ruby
Releases · bugsnag/bugsnag-ruby
v6.0.0
6.0.0 (09 Nov 2017)
This notifier has been extensively re-written to make it easier to add new integrations and maintain in the future. This has led to several changes that are not backwards compatible. Please refer to the upgrading guide for more information.
Enhancements
v5.5.0
v5.4.1
v5.4.0
This release removes the default setting of ignoring classes of errors which are commonly associated with typos or server signals (SystemExit
), instead recording them as info
-level severity by default. This includes the following classes:
AbstractController::ActionNotFound,
ActionController::InvalidAuthenticityToken,
ActionController::ParameterMissing,
ActionController::RoutingError,
ActionController::UnknownAction,
ActionController::UnknownFormat,
ActionController::UnknownHttpMethod,
ActiveRecord::RecordNotFound,
CGI::Session::CookieStore::TamperedWithCookie,
Mongoid::Errors::DocumentNotFound,
SignalException,
SystemExit
Enhancements
- Add a one-time warning if the API key is not set
- Track whether errors were captured automatically and by which middleware
v5.3.3
v5.3.1
v5.3.0
Enhancements
- [Resque] Fix leaking config into parent process
| Martin Holman
| #347 - Add new integration for Que
| Sjoerd Andringa
| #305 - [Sidekiq] Start Bugsnag after the logger in the middleware chain
| Stephen Bussey
| Akhil Naini
| #326
| #350 - [Rake] Allow overriding
app_type
apps
| #351 - Send the dyno name as the hostname when running on Heroku
| #333 - [Delayed Job] Add additional job information such as arguments and number of
attempts when available
| Tim Diggins
| Abraham Chan
| Johnny Shields
| #329
| #332
| #321
Bug fixes
- Initialize Railtie after Bugsnag class
| #343 - Alias
notify_or_ignore
tonotify
| Simon Maynard
| #319
v5.2.0
v5.1.0
Bug fixes
- Fix behavior to not override Rails 5
belongs_to
association
| #314
Enhancements
- Add Clearance support
| Jonathan Rochkind
| #313 - Add Shoruken support
| Nigel Ramsay
| #324
v5.0.0
Enhancements
- Remove RoutingError from default ignore classes
| #308 - Prefer BUGSNAG_RELEASE_STAGE over RAILS_ENV for release_stage
| #298 - Apply grouping hash if method
bugsnag_grouping_hash
is available on the object
| #318
| #311 - Sidekiq improvements
| #317
| #282
| #309
| #306
Fixes
- Exception backtrace could be empty
| #307