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
To use Airbrake with Sinatra, simply require the gem, configure it and use our Rack middleware (You can find your project ID and API KEY with your project's settings):
Installation
Using bundler
Add the Airbrake gem to your Gemfile:
Manual
Invoke the following command from your terminal:
Configuration
To use Airbrake with Sinatra, simply
require
the gem, configure it anduse
our Rack middleware (You can find your project ID and API KEY with your project's settings):For more information please visit our official GitHub repo.
The text was updated successfully, but these errors were encountered: