Class: NewRelic::Rack::DeveloperMode

Inherits:
Object
  • Object
show all
Includes:
DeveloperModeHelper, TransactionReset
Defined in:
lib/new_relic/rack/developer_mode.rb

Overview

This middleware provides the ‘developer mode’ feature of newrelic_rpm, which allows you to see data about local web transactions in development mode immediately without needing to send this data to New Relic’s servers.

Enabling developer mode has serious performance and security impact, and thus you should never use this middleware in a production or non-local environment.

This middleware should be automatically inserted in most contexts, but if automatic middleware insertion fails, you may manually insert it into your middleware chain.