Class NewRelic::Rack::AgentMiddleware
In: lib/new_relic/rack/agent_middleware.rb
Parent: Object

Methods

Included Modules

Agent::Instrumentation::MiddlewareTracing

Attributes

category  [R] 
target  [R] 
transaction_options  [R] 

Public Class methods

Public Instance methods

If middleware tracing is disabled, we‘ll still inject our agent-specific middlewares, and still trace those, but we don‘t want to capture HTTP response codes, since middleware that‘s outside of ours might change the response code before it goes back to the client.

[Validate]