Class Airbrake::Rack::Middleware
In: lib/airbrake/rack/middleware.rb
Parent: Object

Airbrake Rack middleware for Rails and Sinatra applications (or any other Rack-compliant app). Any errors raised by the upstream application will be delivered to Airbrake and re-raised.

The middleware automatically sends information about the framework that uses it (name and version).

Methods

call   new  

Public Class methods

Public Instance methods

Rescues any exceptions, sends them to Airbrake and re-raises the exception. @param [Hash] env the Rack environment

[Validate]