Bugsnag v6.11.0 Release Notes

Release Date: 2019-01-17 // over 5 years ago
  • 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.