Skip to content

Commit

Permalink
Update configure-new-relic-gradle-plugin.mdx
Browse files Browse the repository at this point in the history
Passive voice fix and minor style edits
  • Loading branch information
jeff-colucci committed Nov 10, 2023
1 parent fb9e81f commit 0cb2da1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The New Relic Gradle plugin extension allows you to configure the behavior of pl
</td>

<td>
Exclude specific classes whose package name starts with or includes class name patterns from instrumentation during builds. This feature can be useful when
Exclude specific classes whose package name starts with or includes class name patterns from instrumentation during builds. This feature can help when
encountering sensitive or problematic class data. Default: 'None'

Supported when used with Gradle 7.4 and higher.
Expand Down Expand Up @@ -145,7 +145,7 @@ Here are some simple examples showing how to apply plugin configuration options
id="app-level"
title="Disable instrumentation of specific classes"
>
Multiple package patterns can be specified, separated by commas Regexp patterns are supported:
You can specificy multiple package patterns, separated by commas, with support for Regexp patterns:

```gradle
newrelic {
Expand Down

0 comments on commit 0cb2da1

Please sign in to comment.