Skip to content

Commit

Permalink
Update lib/new_relic/agent/configuration/default_source.rb
Browse files Browse the repository at this point in the history
:automatic_custom_instrumentation_method_list description update for PR 2851

Co-authored-by: Kayla Reopelle <[email protected]>
  • Loading branch information
fallwith and kaylareopelle committed Sep 16, 2024
1 parent 3b84ee0 commit 3925b29
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 @@ -1144,7 +1144,7 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil)
:allowed_from_server => false,
:transform => proc { |arr| NewRelic::Agent.add_automatic_method_tracers(arr) },
:description => <<~DESCRIPTION
An array of `CLASS#METHOD` (for instance methods) and/or `CLASS.METHOD` (for class methods) strings representing Ruby methods for the agent to add custom instrumentation to automatically without the need for altering any of the source code that defines the methods.
An array of `CLASS#METHOD` (for instance methods) and/or `CLASS.METHOD` (for class methods) strings representing Ruby methods for the agent to automatically add custom instrumentation to without the need for altering any of the source code that defines the methods.
Use fully qualified class names (using the `::` delimiter) that include any module or class namespacing.
Expand Down

0 comments on commit 3925b29

Please sign in to comment.