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.
- Sign up for a Rollbar account
- Follow the Getting Started instructions in our Ruby SDK docs to install rollbar-gem and configure it for your platform.
For complete usage instructions and configuration reference, see our Ruby SDK docs.
See our Releases page for a list of all releases, including changes.
If you run into any issues, please email us at [email protected]
For bug reports, please open an issue on GitHub.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - 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.)
Rollbar-gem is free software released under the MIT License. See LICENSE.txt for details.