All Projects → rollbar → Rollbar Gem

rollbar / Rollbar Gem

Licence: mit
Exception tracking and logging from Ruby to Rollbar

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Rollbar Gem

Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (-49.03%)
Mutual labels:  rails, error-monitoring, exceptions
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (-83.33%)
Mutual labels:  error-monitoring, exceptions
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-88.41%)
Mutual labels:  error-monitoring, exceptions
Bugsnag Cocoa
Bugsnag crash reporting for iOS, macOS and tvOS apps
Stars: ✭ 167 (-59.66%)
Mutual labels:  error-monitoring, exceptions
Bugsnag Android
Bugsnag crash monitoring and reporting tool for Android apps
Stars: ✭ 990 (+139.13%)
Mutual labels:  error-monitoring, exceptions
Rollbar Android
Rollbar for Android
Stars: ✭ 41 (-90.1%)
Mutual labels:  error-monitoring, exceptions
Bugsnag Go
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Stars: ✭ 155 (-62.56%)
Mutual labels:  error-monitoring, exceptions
Periskop
Exception Monitoring Service
Stars: ✭ 115 (-72.22%)
Mutual labels:  error-monitoring, exceptions
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (-87.68%)
Mutual labels:  error-monitoring, exceptions
Errdo
A simple plugin to handle, log, and customize production errors in Rails applications
Stars: ✭ 88 (-78.74%)
Mutual labels:  rails, error-monitoring
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+80.19%)
Mutual labels:  error-monitoring, exceptions
Rollbar Php
Error tracking and logging from PHP to Rollbar
Stars: ✭ 297 (-28.26%)
Mutual labels:  error-monitoring, exceptions
Bugsnag Js
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
Stars: ✭ 625 (+50.97%)
Mutual labels:  error-monitoring, exceptions
Bugsnag Android Ndk
DEPRECATED - this project now lives at bugsnag/bugsnag-android
Stars: ✭ 42 (-89.86%)
Mutual labels:  error-monitoring, exceptions
Bugsnag Php
Bugsnag error monitoring and crash reporting tool for PHP apps
Stars: ✭ 475 (+14.73%)
Mutual labels:  error-monitoring, exceptions
Pyrollbar
Error tracking and logging from Python to Rollbar
Stars: ✭ 169 (-59.18%)
Mutual labels:  error-monitoring, exceptions
periskop
Exception Monitoring Service
Stars: ✭ 128 (-69.08%)
Mutual labels:  error-monitoring, exceptions
Bugsnag React Native
Error monitoring and reporting tool for native exceptions and JS errors in React Native apps
Stars: ✭ 374 (-9.66%)
Mutual labels:  error-monitoring, exceptions
Second level cache
Write Through and Read Through caching library inspired by CacheMoney and cache_fu, support ActiveRecord 4, 5 and 6.
Stars: ✭ 380 (-8.21%)
Mutual labels:  rails
Textbook Curriculum
Ada Developers Academy Online Curriculum
Stars: ✭ 396 (-4.35%)
Mutual labels:  rails

Rollbar-gem

Build Status Gem Version SemVer

Rollbar is a real-time exception reporting service for Ruby and other languages. The Rollbar service will alert you of problems with your code and help you understand them in a ways never possible before. We love it and we hope you will too.

Rollbar-gem is the SDK for Ruby apps and includes support for apps using Rails, Sinatra, Rack, plain Ruby, and other frameworks.

Setup Instructions

  1. Sign up for a Rollbar account
  2. Follow the Getting Started instructions in our Ruby SDK docs to install rollbar-gem and configure it for your platform.

Usage and Reference

For complete usage instructions and configuration reference, see our Ruby SDK docs.

Compatibility

Version >= 3.0.0 is compatible with Ruby >= 2.0.0.

Version >= 2.19.0 is compatible with Ruby >= 1.9.3.

Version < 2.19.0 is compatible with Ruby >= 1.8.7.

Ruby 2.6.0

WARNING: Ruby 2.6.0 introduced a new bug bug (#15472 - Invalid JSON data being sent from Net::HTTP in some cases with Ruby 2.6.0) that may result in the Rollbar API returning an error when an exception is reported. (See rollbar-gem issue #797).

UPDATE: This bug is fixed in Ruby 2.6.1, and rollbar-gem has a safe workaround in version >= 2.19.0. If you need to stay on Ruby 2.6.0 for any reason, make sure you have the latest rollbar-gem.

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

We're using RSpec for testing. Run the test suite with rake spec. Tests for pull requests are appreciated but not required. (If you don't include a test, we'll write one before merging.)

License

Rollbar-gem 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].