Sha256: a534c10fa6507a6f6c2a6a893d852024a5a2eaaa4fc5405cf63ff278f1145e76

Contents?: true

Size: 683 Bytes

Versions: 34

Compression:

Stored size: 683 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.

Version data entries

34 entries across 34 versions & 2 rubygems

Version Path
airbrakeV4rails5-4.3.8 INSTALL
airbrake-4.3.8 INSTALL
airbrake-4.3.7 INSTALL
airbrake-4.3.6 INSTALL
airbrake-4.3.5 INSTALL
airbrake-4.3.4 INSTALL
airbrake-4.3.3 INSTALL
airbrake-4.3.2 INSTALL
airbrake-4.3.1 INSTALL
airbrake-4.3.0 INSTALL
airbrake-4.2.1 INSTALL
airbrake-4.2.0 INSTALL
airbrake-4.1.0 INSTALL
airbrake-4.0.0 INSTALL
airbrake-3.2.1 INSTALL
airbrake-3.2.0 INSTALL
airbrake-3.1.17 INSTALL
airbrake-3.1.16 INSTALL
airbrake-3.1.15 INSTALL
airbrake-3.1.14 INSTALL