This is the notifier gem for integrating apps with Airbrake.
When an uncaught exception occurs, Airbrake will POST the relevant data to the Airbrake server specified in your environment.
For help with using Airbrake and this notifier visit our support site.
For SSL verification see the Resources.
Add the airbrake gem to your Gemfile. In Gemfile:
gem "airbrake"
Then from your project's RAILS_ROOT, and in your development environment, run:
bundle install
rails generate airbrake --api-key your_key_here
That's it!
The generator creates a file under config/initializers/airbrake.rb
configuring Airbrake with your API key. This file should be checked into your version control system so that it is deployed to your staging and production environments.
Add the airbrake gem to your app. In config/environment.rb:
config.gem 'airbrake'
or if you are using bundler:
gem 'airbrake', :require => 'airbrake/rails'
Then from your project's RAILS_ROOT, and in your development environment, run:
rake gems:install
rake gems:unpack GEM=airbrake
script/generate airbrake --api-key your_key_here
As always, if you choose not to vendor the airbrake gem, make sure every server you deploy to has the gem installed or your application won't start.
The generator creates a file under config/initializers/airbrake.rb
configuring Airbrake with your API key. This file should be checked into your version control system so that it is deployed to your staging and production environments.
See SUPPORTED_RAILS_VERSIONS for a list of official supported versions of Rails.
Our wiki contains a lot of additional information about Airbrake configuration. Please browse the wiki when finished reading this README:
https://github.com/airbrake/airbrake/wiki
Use bundle && rake
to run the tests.
Airbrake is maintained and funded by airbrake.io.
Thank you to all the contributors!
The names and logos for Airbrake, thoughtbot are trademarks of their respective holders.
Airbrake is Copyright © 2008-2012 Airbrake.