All Projects → bugsnag → bugsnag-java

bugsnag / bugsnag-java

Licence: MIT license
Bugsnag error reporting for Java.

Programming Languages

java
68154 projects - #9 most used programming language
Gherkin
971 projects

Projects that are alternatives of or similar to bugsnag-java

Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+1362.75%)
Mutual labels:  debugging, errors, crash-reporting, error-monitoring, crash, error-handling, debug, exceptions, bugs, error-reporting, debugging-tool
Bugsnag Php
Bugsnag error monitoring and crash reporting tool for PHP apps
Stars: ✭ 475 (+831.37%)
Mutual labels:  errors, crash-reporting, error-monitoring, crash, error-handling, debug, exceptions, bugs, error-reporting, exception-handling, debugging-tool
Bugsnag Go
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Stars: ✭ 155 (+203.92%)
Mutual labels:  errors, crash-reporting, error-monitoring, crash, error-handling, debug, exceptions, bugs, error-reporting, debugging-tool
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (+313.73%)
Mutual labels:  debugging, errors, error-monitoring, crash, error-handling, debug, exceptions, bugs, error-reporting, debugging-tool
Bugsnag React Native
Error monitoring and reporting tool for native exceptions and JS errors in React Native apps
Stars: ✭ 374 (+633.33%)
Mutual labels:  crash-reporting, error-monitoring, crash, error-handling, debug, exceptions, bugs, error-reporting, exception-handling, debugging-tool
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-5.88%)
Mutual labels:  debugging, errors, crash-reporting, error-monitoring, error-handling, debug, exceptions, bugs, error-reporting, debugging-tool
Bugsnag Android
Bugsnag crash monitoring and reporting tool for Android apps
Stars: ✭ 990 (+1841.18%)
Mutual labels:  debugging, errors, crash-reporting, error-monitoring, crash, debug, exceptions, bugs, error-reporting, debugging-tool
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (+35.29%)
Mutual labels:  errors, crash-reporting, error-monitoring, crash, debug, exceptions, bugs, error-reporting, debugging-tool
Bugsnag Js
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
Stars: ✭ 625 (+1125.49%)
Mutual labels:  crash-reporting, error-monitoring, error-handling, debug, exceptions, bugs, error-reporting, exception-handling, debugging-tool
bugsnag-symfony
Bugsnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
Stars: ✭ 42 (-17.65%)
Mutual labels:  bugsnag, errors, crash-reporting, error-monitoring, bugs, error-reporting, exception-handling, crash-reporting-tool, exception-reporting
Bugsnag Cocoa
Bugsnag crash reporting for iOS, macOS and tvOS apps
Stars: ✭ 167 (+227.45%)
Mutual labels:  errors, crash-reporting, error-monitoring, error-handling, exceptions, bugs, error-reporting, debugging-tool
Bugsnag Android Ndk
DEPRECATED - this project now lives at bugsnag/bugsnag-android
Stars: ✭ 42 (-17.65%)
Mutual labels:  errors, crash-reporting, error-monitoring, error-handling, exceptions, bugs, error-reporting
bugsnag-vue
[DEPRECATED] This package now lives within the monorepo for our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 26 (-49.02%)
Mutual labels:  debugging, bugsnag, error-monitoring, error-handling, debug, error-reporting, debugging-tool
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (+4031.37%)
Mutual labels:  crash-reporting, error-monitoring, error-handling, error-reporting, crash-reporting-tool
TrackJS-Node
TrackJS Error Monitoring agent for NodeJS
Stars: ✭ 26 (-49.02%)
Mutual labels:  debugging, error-monitoring, error-handling, error-reporting, debugging-tool
react-error-guard
⚛️An overlay for displaying stack frames based on create-react-app/packages/react-error-overlay
Stars: ✭ 18 (-64.71%)
Mutual labels:  error-monitoring, error-handling, error-reporting, exception-handling, exception-reporting
elmah.io
ELMAH error logger for sending errors to elmah.io.
Stars: ✭ 31 (-39.22%)
Mutual labels:  crash-reporting, error-monitoring, error-handling, error-reporting, crash-reporting-tool
raygun4android
Android crash reporting provider for Raygun
Stars: ✭ 19 (-62.75%)
Mutual labels:  crash-reporting, error-monitoring, error-handling, error-reporting, crash-reporting-tool
kotlin-multiplatform-example
A Kotlin multiplatform example app that targets Android, ReactJS, iOS, JavaFx, and Spring Boot
Stars: ✭ 115 (+125.49%)
Mutual labels:  bugsnag, crash-reporting, error-monitoring, crash, error-handling
Traceback with variables
Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter and IPython. Install with pip or conda.
Stars: ✭ 509 (+898.04%)
Mutual labels:  debugging, errors, error-handling, exceptions, exception-handling

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].