Skip to content

Commit

Permalink
update config description
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Aug 21, 2023
1 parent acdbde2 commit e6ed7fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,13 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil)
:public => true,
:type => Boolean,
:allowed_from_server => false,
:description => 'If `true`, the agent won\'t wrap third-party middlewares in instrumentation (regardless of whether they are installed via `Rack::Builder` or Rails).'
:description => <<~DESCRIPTION
If `true`, the agent won't wrap third-party middlewares in instrumentation (regardless of whether they are installed via `Rack::Builder` or Rails).
<Callout variant="important">
When middleware instrumentation is disabled, if an application is using middleware that could alter the response code, the http status code reported on the transaction may not reflect the altered value.
</Callout>
DESCRIPTION
},
:disable_samplers => {
:default => false,
Expand Down

0 comments on commit e6ed7fc

Please sign in to comment.