class Airbrake::Rack::Middleware
def call(env)
- See: https://github.com/airbrake/airbrake/issues/904 -
Parameters:
-
env
(Hash
) -- the Rack environment
def call(env) dup.call!(env) end
env
(Hash
)
-- the Rack environment
def call(env) dup.call!(env) end