From 4beefe5256e8cefdceed64957f6c2f82023ffc6f Mon Sep 17 00:00:00 2001 From: ally sassman <42753584+ally-sassman@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:24:17 -0800 Subject: [PATCH] fix(ruby): revert changes from #19152 Reverts a phrasing change from #19152 --- .../ruby-agent/configuration/ruby-agent-configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/apm/agents/ruby-agent/configuration/ruby-agent-configuration.mdx b/src/content/docs/apm/agents/ruby-agent/configuration/ruby-agent-configuration.mdx index 452f88b1f5d..24105dd6f9b 100644 --- a/src/content/docs/apm/agents/ruby-agent/configuration/ruby-agent-configuration.mdx +++ b/src/content/docs/apm/agents/ruby-agent/configuration/ruby-agent-configuration.mdx @@ -495,7 +495,7 @@ These settings are available for agent configuration. Some settings depend on yo - An array of `CLASS#METHOD` (for instance methods) and/or `CLASS.METHOD` (for class methods) strings represent Ruby methods that the agent can automatically add custom instrumentation to. This doesn't require any modifications 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 that the agent can automatically add custom instrumentation to. This doesn't require any modifications of the source code that defines the methods. Use fully qualified class names (using the `::` delimiter) that include any module or class namespacing. @@ -3123,4 +3123,4 @@ the `stripe.user_data.include` option is being used. If `true`, the agent automatically detects that it is running in a Pivotal Cloud Foundry environment. - \ No newline at end of file +