bugsnag / bugsnag-java

BugSnag error reporting for Java.
https://www.bugsnag.com/platforms/java/
MIT License
56 stars 34 forks source link
bugs bugsnag crash crash-reporting crash-reporting-tool crashes debug debugging-tool error-handling error-monitoring error-reporting errors exception-handling exception-reporting exceptions java java-apps notifier platforms spring

Bugsnag exception reporter for Java

Documentation Build status

The Bugsnag exception reporter for Java automatically detects and reports errors and exceptions in your Java code. Learn more about reporting Java exceptions with Bugsnag.

Features

Getting started

Spring

  1. Create a Bugsnag account
  2. Complete the instructions in the integration guide
  3. Report handled exceptions using Bugsnag.notify()
  4. Customize your integration using the configuration options

Other Java apps

  1. Create a Bugsnag account
  2. Complete the instructions in the integration guide
  3. Report handled exceptions using Bugsnag.notify()
  4. Customize your integration using the configuration options

Support

Contributing

All contributors are welcome! For information on how to build, test, and release bugsnag-java, see our contributing guide.

License

The Bugsnag Java library is free software released under the MIT License. See LICENSE for details.