Bugsnag v5.16.0 Release Notes

Release Date: 2018-07-02 // almost 6 years ago
  • ๐Ÿš€ This release alters the behaviour of the notifier to track sessions automatically. A session will be automatically captured on each app launch and sent to https://sessions.bugsnag.com.

    ๐Ÿ”ง If you use Bugsnag On-Premise, it is now also recommended that you set your notify and session endpoints via config.setEndpoints(notify:sessions:). The previous properties used to configure this, config.notifyURL and config.sessionURL, are now readonly and therefore no longer assignable.

    • 0๏ธโƒฃ Enable automatic session tracking by default #286

    ๐Ÿ› Bug Fixes

    • ๐Ÿ– Handle potential nil content value in RegisterErrorData class #289