Skip to content

v3.2.0-beta

Compare
Choose a tag to compare
@fractalwrench fractalwrench released this 14 Jun 13:45
· 523 commits to master since this release
b7c3e47

Important: This is a beta release which 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.