Sha256: 0c35c2c2fe96ea9c69f0ba8ec07f048c49e700cefff7f76c0e6dc17e996b3e3d

Contents?: true

Size: 853 Bytes

Versions: 5

Compression:

Stored size: 853 Bytes

Contents

=== Configuration

You should have something like this in config/initializers/airbrake.rb.

  Airbrake.configure do |config|
    config.api_key = '1234567890abcdef'
  end

(Please note that this configuration should be in a global configuration, and
is *not* environment-specific. Airbrake is smart enough to know what errors are
caused by what environments, so your staging errors don't get mixed in with
your production errors.)

You can test that Airbrake is working in your production environment by using 
this rake task (from RAILS_ROOT):

  rake airbrake:test

If everything is configured properly, that task will send a notice to Airbrake 
which will be visible immediately.

NOTE FOR RAILS 1.2.* USERS:

You will need to copy the airbrake_tasks.rb file into your
RAILS_ROOT/lib/tasks directory in order for the rake airbrake:test task to work.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
airbrake-3.0.9 INSTALL
airbrake-3.0.8 INSTALL
airbrake-3.0.7 INSTALL
airbrake-3.0.6 INSTALL
airbrake-3.0.5 INSTALL