Skip to content

Commit

Permalink
Update android-720.mdx
Browse files Browse the repository at this point in the history
Style changes, vale feedback changes
  • Loading branch information
jeff-colucci committed Nov 10, 2023
1 parent bdb88e7 commit fb9e81f
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ downloadLink: 'https://download.newrelic.com/android_agent/ant/NewRelic_Android_

### Adds configurable header instrumentation to network requests

The agent will now produce network event attributes if it detects request header values
that are passed into the agent when started. For more information, see the [Mobile documentation]().
The agent will now produce network event attributes if it detects request header values passed into the agent when started. For more information, see the [Mobile documentation]().

### Adds GraphQL attributes to network requests

Expand All @@ -19,8 +18,8 @@ network request event. For more information, see the [Mobile documentation]().

* Exclude instrumentation by package name

The agent plugin can now be configured to exclude classes from a specific package space
during instrumentation. These classes will be unmodified. This feature can be useful when
You can now configure the agent plugin to exclude classes from a specific package space
during instrumentation as unmodified classes. This feature can help when
encountering sensitive or problematic class data.

For more information, see the [Configure the New Relic Gradle plugin](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/install-configure/configure-new-relic-gradle-plugin/).
Expand All @@ -32,6 +31,6 @@ For more information, see the [Configure the New Relic Gradle plugin](https://do

## Support statement

We recommend you to upgrade the agent regularly, at least every 3 months.
We recommend you upgrade the agent regularly, at least every 3 months.

Check warning on line 34 in src/content/docs/release-notes/mobile-release-notes/android-release-notes/android-720.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [new-relic.Adverbs] Consider removing 'regularly'. Raw Output: {"message": "[new-relic.Adverbs] Consider removing 'regularly'.", "location": {"path": "src/content/docs/release-notes/mobile-release-notes/android-release-notes/android-720.mdx", "range": {"start": {"line": 34, "column": 36}}}, "severity": "INFO"}

As of this release, the oldest supported version is [6.4.1](/docs/release-notes/mobile-release-notes/android-release-notes/android-641).

0 comments on commit fb9e81f

Please sign in to comment.