github bugsnag/bugsnag-java v3.0.0

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

Major rewrite/update of the notifier. Changes include:

  • Uses Jackson for streaming JSON serialization
  • Logs internally using org.slf4j.Logger
  • Severity is now an enum instead of a String
  • Request information is automatically collected in Servlet API apps
  • JVM runtime, O/S, and locale diagnostics are collected
  • The Client object has been renamed to Bugsnag
  • The Event object has been renamed to Report
  • Report object is now exposed for ease of attaching diagnostics to error reports
  • Targets Java 1.6
  • Callbacks now support Java 8 lambda syntax
  • Chaining support added to Report methods
  • Can now add a Callback to Bugsnag.notify calls
  • Can now change the API key on a per-report basis using Callbacks
  • Error report delivery is now fully swappable via the Delivery interface

Don't miss a new bugsnag-java release

NewReleases is sending notifications on new releases.