Rollbar
Rollbar is an add-on for tracking and reproducing exceptions and errors. We collect, de-duplicate, and alert on error conditions, and provide a dashboard and analysis tools so you can understand, reproduce, and fix errors quickly.
Adding Rollbar to your app means you’ll always know what errors your users are seeing, and you’ll often be able to fix them before users complain.
FreeFree |
|
Starter$12 |
|
Small$49 |
|
Medium$149 |
|
Large$499 |
|
Extra Large$999 |
|
Modify your Gemfile and add the following lines:
gem 'ey_config' gem 'rollbar'Run the following commands:
bundle install rails generate rollbarCommit the changes and push to GitHub. Next time your Engine Yard app is deployed, Rollbar will be enabled and configured to report uncaught exceptions automatically.
(Optional) If you want to use Rollbar for local development, follow these steps:
Run the following command:
ey_config_local rollbar ROLLBAR_ACCESS_TOKENEdit
config/ey_services_config_local.ymland replace the sample value with your access token found in the service config vars.Edit
config/initializers/rollbar.rband remove the check forRails.env.development?