All Projects → rollbar → rollbar-java

rollbar / rollbar-java

Licence: MIT license
Rollbar for Java and Android

Programming Languages

java
68154 projects - #9 most used programming language
rust
11053 projects

Projects that are alternatives of or similar to rollbar-java

Bugsnag Cocoa
Bugsnag crash reporting for iOS, macOS and tvOS apps
Stars: ✭ 167 (+135.21%)
Mutual labels:  exceptions
flash rollbar
Flash notifier for Rollbar
Stars: ✭ 12 (-83.1%)
Mutual labels:  rollbar
rollbar-agent
A daemon to monitor log files and push messages to Rollbar
Stars: ✭ 67 (-5.63%)
Mutual labels:  rollbar
Object Oriented Programming Using Python
Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).
Stars: ✭ 183 (+157.75%)
Mutual labels:  exceptions
yii2-rollbar
Rollbar for Yii2
Stars: ✭ 36 (-49.3%)
Mutual labels:  rollbar
angular-rollbar-source-maps
Angular 2+ implementation to upload sourcemaps to Rollbar
Stars: ✭ 17 (-76.06%)
Mutual labels:  rollbar
Safely
Safely is a Clojure's circuit-breaker library for handling retries in an elegant declarative way.
Stars: ✭ 152 (+114.08%)
Mutual labels:  exceptions
FPChecker
A dynamic analysis tool to detect floating-point errors in HPC applications.
Stars: ✭ 26 (-63.38%)
Mutual labels:  exceptions
Rollbar.NET
Rollbar for .NET
Stars: ✭ 62 (-12.68%)
Mutual labels:  rollbar
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (-28.17%)
Mutual labels:  exceptions
Easybuggy
Too buggy web application
Stars: ✭ 189 (+166.2%)
Mutual labels:  exceptions
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (+197.18%)
Mutual labels:  exceptions
rollrus
Logrus Rollbar Hook
Stars: ✭ 20 (-71.83%)
Mutual labels:  rollbar
Pyrollbar
Error tracking and logging from Python to Rollbar
Stars: ✭ 169 (+138.03%)
Mutual labels:  exceptions
Coderr.Client
Core client library for Coderr
Stars: ✭ 23 (-67.61%)
Mutual labels:  exceptions
Bugsnag Go
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Stars: ✭ 155 (+118.31%)
Mutual labels:  exceptions
nuxt-rollbar-module
Nuxt.js module for Rollbar
Stars: ✭ 34 (-52.11%)
Mutual labels:  rollbar
django-http-exceptions
HTTP exceptions for django
Stars: ✭ 29 (-59.15%)
Mutual labels:  exceptions
raise if
one liner `raise Exception if condition` for Python
Stars: ✭ 15 (-78.87%)
Mutual labels:  exceptions
we-js-logger
Universal logger with transports to Rollbar and Logentries. Uses bunyan under the hood.
Stars: ✭ 14 (-80.28%)
Mutual labels:  rollbar

Rollbar for Java and Android

Build Status

The current library has undergone a major overhaul between versions 0.5.4 and 1.0.0. We recommend upgrading from prior versions of rollbar-java, but that process may require some work on your end for the more complex use cases of the old library.

The code is documented with javadoc and therefore should be usable from viewing the documentation in the source. There are examples in the examples directory showing different use cases for consuming these libraries.

Setup Instructions

  1. Sign up for a Rollbar account
  2. Follow the Installation instructions in our Java SDK docs to install rollbar-java and configure it for your platform.

Usage

For actual usage, the easiest way to get started is by looking at the examples:

Release History & Changelog

See our Releases page for a list of all releases, including changes.

Help / Support

If you run into any issues, please email us at [email protected]

For bug reports, please open an issue on GitHub.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Rollbar-java is free software released under the MIT License. See LICENSE.txt 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].