Skip to content

Commit

Permalink
Merge pull request #19185 from newrelic/ally-sassman-patch-22
Browse files Browse the repository at this point in the history
fix(ruby): revert changes from #19152
  • Loading branch information
ally-sassman authored Nov 5, 2024
2 parents 54287c2 + 4beefe5 commit f71fca3
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 f71fca3

Please sign in to comment.