You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoke the following command from your terminal (You can find your project ID and API KEY with your project's settings):
rails g airbrake <Your project ID><Your project API KEY>
This command will generate the Airbrake configuration file under config/initializers/airbrake.rb.
Make sure that this file is checked into your version control system. This is enough to start Airbraking.
To test the integration, invoke a special Rake task that we provide:
rake airbrake:test
After this, a test exception should appear in your dashboard.
Configuration
For information on where to find advanced configuration options like error filtering or custom parameters, please visit our official GitHub repo.
The text was updated successfully, but these errors were encountered:
Installation
Using bundler
Add the Airbrake gem to your Gemfile:
Manual
Invoke the following command from your terminal:
Integration
Invoke the following command from your terminal (You can find your project ID and API KEY with your project's settings):
This command will generate the Airbrake configuration file under config/initializers/airbrake.rb.
Make sure that this file is checked into your version control system. This is enough to start Airbraking.
To test the integration, invoke a special Rake task that we provide:
After this, a test exception should appear in your dashboard.
Configuration
For information on where to find advanced configuration options like error filtering or custom parameters, please visit our official GitHub repo.
The text was updated successfully, but these errors were encountered: