Skip to content

Commit

Permalink
Fix relative link in config description
Browse files Browse the repository at this point in the history
The link pointed to a config option that has since been renamed to
allowed classes, instead of a list of regex-matched messages
  • Loading branch information
kaylareopelle committed Dec 11, 2024
1 parent 51678b8 commit 146898b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2177,7 +2177,7 @@ def self.notify
:public => true,
:type => Boolean,
:allowed_from_server => false,
:description => 'If true, the agent strips messages from all exceptions except those in the [allowlist](#strip_exception_messages-allowlist). Enabled automatically in [high security mode](/docs/accounts-partnerships/accounts/security/high-security).'
:description => 'If true, the agent strips messages from all exceptions except those in the [allowed classes list](#strip_exception_messages-allowed_classes). Enabled automatically in [high security mode](/docs/accounts-partnerships/accounts/security/high-security).'
},
:'strip_exception_messages.allowed_classes' => {
:default => '',
Expand Down

0 comments on commit 146898b

Please sign in to comment.