Module NewRelic::Rack
In: lib/new_relic/rack.rb
lib/new_relic/rack/browser_monitoring.rb
lib/new_relic/rack/error_collector.rb
lib/new_relic/rack/agent_hooks.rb
lib/new_relic/rack/developer_mode/segment_summary.rb
lib/new_relic/rack/agent_middleware.rb
lib/new_relic/rack/developer_mode.rb

This module contains Rack middlewares used by the Ruby agent.

Generally, these middlewares should be injected automatically when starting your application. If automatic injection into the middleware chain is not working for some reason, you may also include them manually.

@api public

Classes and Modules

Class NewRelic::Rack::AgentHooks
Class NewRelic::Rack::AgentMiddleware
Class NewRelic::Rack::BrowserMonitoring
Class NewRelic::Rack::DeveloperMode
Class NewRelic::Rack::ErrorCollector

[Validate]