Skip to content

bugsnag/bugsnag-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

516d5a1 · Sep 10, 2024
Jul 4, 2023
Sep 1, 2020
Jul 18, 2024
Aug 27, 2024
Mar 13, 2019
Jul 4, 2023
Jun 29, 2023
Sep 9, 2024
Mar 16, 2023
Jun 29, 2023
Sep 9, 2024
Jan 6, 2023
Aug 27, 2024
Oct 25, 2023
Sep 9, 2024
Aug 16, 2019
Oct 22, 2018
Oct 25, 2023
Nov 12, 2018
Jun 12, 2023
May 26, 2023
Jun 29, 2023
Oct 24, 2023
Jan 3, 2018
Jan 3, 2018
Aug 4, 2023
Jun 29, 2023

Repository files navigation

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

  • 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

  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.