Changelog History
Page 3
-
v6.11.0 Changes
January 17, 20196.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.
- ๐ง The
-
v6.10.0 Changes
December 05, 20186.10.0 (05 Dec 2018)
โจ Enhancements
โ Add SignalException to our default ignored classes
๐ | #479
| Toby HsiehInclude Bugsnag frames, marked out of project
๐ | #497๐ Fixes
- Ensure Sidekiq request data is always attached to notifications
๐ | #495
- Ensure Sidekiq request data is always attached to notifications
-
v6.9.0 Changes
November 12, 20186.9.0 (12 Nov 2018)
โจ Enhancements
Ensure the correct error handler is used in newer versions of Sidekiq
๐ | #434๐ท Rewrite Delayed::Job integration to fix potential issues and add more
collected data
๐ | #492
| Simon Maynard -
v6.8.0 Changes
July 11, 2018๐ 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 to
Delayed::Worker.max_attempts
| #471 | Johnny Shields๐ฐ Increase payload size limit to 512kb (from 256kb) | #431 | Alex Moinet
๐ Fixes
-
v6.7.3 Changes
May 18, 20186.7.3 (18 May 2018)
๐ Fixes
- ๐ Apply metadata filters to HTTP referer fields
๐ | #460
| Renee Balmert
- ๐ Apply metadata filters to HTTP referer fields
-
v6.7.2 Changes
April 24, 2018๐ Fixes
- (Notify) Handle
notify
calls withnil
arguments correctly | #439
- (Notify) Handle
-
v6.7.1 Changes
April 11, 2018๐ Fixes
- โ (Rails) Log missing key warning after initialization completes, avoiding incorrectly logging a warning that the API key is missing | #444
-
v6.7.0 Changes
April 05, 2018 -
v6.6.4 Changes
February 14, 2018๐ 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
- Mark files in
-
v6.6.3 Changes
January 23, 2018๐ Fixes
- ๐ฐ Re-added apiKey to payload for compatibility | #418