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.