Releases: bugsnag/bugsnag-ruby
v6.11.0
6.11.0 (17 Jan 2019)
Note: this release alters the behaviour of the notifier to track sessions automatically.
Enhancements
-
Added Breadcrumbs. Breadcrumbs allow you to track events that may have led
up to an error, such as handled errors, page redirects, or SQL queries. For info on what
is tracked and how you can customize the data that breadcrumbs collect, see the
Logging breadcrumbs
section of our documentation.
| #525 -
Bugsnag will now capture automatically created sessions by default.
| #523
Deprecated
- The
endpoint
andsession_endpoint
configuration options are now deprecated but still supported. Theset_endpoints
method should be used instead. Note that session tracking will be disabled if the notify endpoint is configured but the sessions endpoint is not - this is to avoid inadvertently sending session payloads to the wrong server.
v6.10.0
v6.9.0
v6.8.0
This release includes general performance improvements to payload trimming and
filtering.
Enhancements
-
Capture unexpected app terminations automatically with
at_exit
| #397
| Alex Moinet -
(DelayedJob) Improve max attempts handling - If the max attempts method
returns nil it should fallback toDelayed::Worker.max_attempts
| #471
| Johnny Shields -
Increase payload size limit to 512kb (from 256kb)
| #431
| Alex Moinet
v6.7.3
v6.7.2
v6.7.1
v6.7.0
v6.6.4
Fixes
- Mark files in
.bundle/
directory as not "in project"
| #420
| Alex Moinet - Restore support for attaching
bugsnag_*
metadata to exceptions without
extendingBugsnag::Middleware::ExceptionMetaData
| #426
| Jordan Raine