v3.2.0
This release introduces automatic tracking of sessions, which by
default are captured for each HTTP request received via the Servlet API. To disable this data collection, call bugsnag.setAutoCaptureSessions(false)
.
If you wish to use a custom strategy for tracking sessions, call bugsnag.startSession()
in the
appropriate place within your application.
Jamie Lynch
#70
Deprecation notice: setEndpoints(String notify, String session)
is now the preferred way to configure custom endpoints,
if you are using Bugsnag On-Premise.