Skip to content

v6.11.0

Compare
Choose a tag to compare
@Cawllec Cawllec released this 17 Jan 17:39
· 770 commits to master since this release
5c8a7db

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 and session_endpoint configuration options are now deprecated but still supported. The set_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.