- Notifications
You must be signed in to change notification settings - Fork33
BugSnag error reporting for Java.
License
NotificationsYou must be signed in to change notification settings
bugsnag/bugsnag-java
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Bugsnag exception reporter for Java automatically detects and reports errors and exceptions in your Java code. Learn more aboutreporting Java exceptions with Bugsnag.
- 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
- Create a Bugsnag account
- Complete the instructions in theintegration guide
- Report handled exceptions using
Bugsnag.notify()
- Customize your integration using theconfiguration options
- Create a Bugsnag account
- Complete the instructions in theintegration guide
- Report handled exceptions using
Bugsnag.notify()
- Customize your integration using theconfiguration options
- Check out the configuration options forSpring orother Java apps
- Search open and closed issues for similar problems
- Report a bug or request a feature
All contributors are welcome! For information on how to build, test, and releasebugsnag-java
, see ourcontributing guide.
The Bugsnag Java library is free software released under the MIT License. SeeLICENSE for details.
About
BugSnag error reporting for Java.