Bugsnag exception reporter for Java
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
- Automatically report unhandled exceptions and crashes
- Report handled exceptions
- Attach custom diagnostic data to determine how many people are affected by a crash and steps to reproduce the error
Getting started
Spring
- Create a Bugsnag account
- Complete the instructions in the integration guide
- Report handled exceptions using
Bugsnag.notify()
- Customize your integration using the configuration options
Other Java apps
- Create a Bugsnag account
- Complete the instructions in the integration guide
- Report handled exceptions using
Bugsnag.notify()
- 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.