github bugsnag/bugsnag-java v3.2.0

latest releases: v3.8.0, v3.7.2, v3.7.1...
7 years ago

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.

Don't miss a new bugsnag-java release

NewReleases is sending notifications on new releases.