Skip to content

Commit

Permalink
fix(ruby): revert changes from #19152
Browse files Browse the repository at this point in the history
Reverts a phrasing change from #19152
  • Loading branch information
ally-sassman authored Nov 4, 2024
1 parent aae2bb5 commit 4beefe5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ These settings are available for agent configuration. Some settings depend on yo
</tbody>
</table>

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.

Expand Down Expand Up @@ -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.
</Collapser>

</CollapserGroup>
</CollapserGroup>

0 comments on commit 4beefe5

Please sign in to comment.