Skip to content

Commit

Permalink
fix: update release date, description, support policy statement
Browse files Browse the repository at this point in the history
[NR-177332]
  • Loading branch information
cthomas-newrelic committed Nov 15, 2023
1 parent 0cb2da1 commit 4e8d740
Showing 1 changed file with 13 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
---
subject: Android agent
releaseDate: '2023-11-11'
releaseDate: '2023-11-15'
version: 7.2.0
downloadLink: 'https://download.newrelic.com/android_agent/ant/NewRelic_Android_Agent_7.2.0.zip'
---

## New

### Adds configurable header instrumentation to network requests
### Adds configurable request header instrumentation to network events

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]().
The agent will now produce network event attributes for select header values if the headers are detected on the request. The header names to instrument are passed into the agent when started.

Check warning on line 12 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 🐶 [Microsoft.Passive] 'are detected' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'are detected' looks like passive voice.", "location": {"path": "src/content/docs/release-notes/mobile-release-notes/android-release-notes/android-720.mdx", "range": {"start": {"line": 12, "column": 93}}}, "severity": "INFO"}

Check warning on line 12 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 🐶 [Microsoft.Passive] 'are passed' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'are passed' looks like passive voice.", "location": {"path": "src/content/docs/release-notes/mobile-release-notes/android-release-notes/android-720.mdx", "range": {"start": {"line": 12, "column": 153}}}, "severity": "INFO"}

### Adds GraphQL attributes to network requests
For more information, see [Adding Tracked Headers](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/add-tracked-headers) in the Mobile Monitoring documentation.

If the agent detects headers from Apollo GraphQL servers, it will add additional attributes to the
network request event. For more information, see the [Mobile documentation]().
### Adds GraphQL attributes to network events

* Exclude instrumentation by package name
If the agent detects request headers from Apollo GraphQL servers, it will add additional attributes to the network request event.

Check warning on line 18 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.ComplexWords] Consider using 'more' or 'extra' instead of 'additional'. Raw Output: {"message": "[new-relic.ComplexWords] Consider using 'more' or 'extra' instead of 'additional'.", "location": {"path": "src/content/docs/release-notes/mobile-release-notes/android-release-notes/android-720.mdx", "range": {"start": {"line": 18, "column": 79}}}, "severity": "INFO"}

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 [Adding Tracked Headers](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/add-tracked-headers) in the Mobile Monitoring documentation.

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/).
### Exclude instrumentation by package name

## Fixed
* Exclude signed jars from instrumentation
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 encountering sensitive or problematic class data.

Check warning on line 24 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 🐶 [Microsoft.Passive] 'be configured' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'be configured' looks like passive voice.", "location": {"path": "src/content/docs/release-notes/mobile-release-notes/android-release-notes/android-720.mdx", "range": {"start": {"line": 24, "column": 26}}}, "severity": "INFO"}

Check warning on line 24 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 🐶 [Microsoft.Passive] 'be unmodified' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'be unmodified' looks like passive voice.", "location": {"path": "src/content/docs/release-notes/mobile-release-notes/android-release-notes/android-720.mdx", "range": {"start": {"line": 24, "column": 132}}}, "severity": "INFO"}

For more information, see [Configure the New Relic Gradle plugin](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/install-configure/configure-new-relic-gradle-plugin/).

## Fixed
* Exclude signed jars from instrumentation

## Support statement

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

As of this release, the oldest supported version is [6.4.1](/docs/release-notes/mobile-release-notes/android-release-notes/android-641).
We recommend you to upgrade the agent at least every 3 months. The specific policies and dates for Android agent support of the can be found in the [Mobile monitoring agents EOL policy](https://docswebsitedevelop-cthomasnewrelicdocswebsiterele.gatsbyjs.io/docs/mobile-monitoring/new-relic-mobile/get-started/mobile-agents-eol-policy/#android-eol).

Check warning on line 33 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 🐶 [Microsoft.Passive] 'be found' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'be found' looks like passive voice.", "location": {"path": "src/content/docs/release-notes/mobile-release-notes/android-release-notes/android-720.mdx", "range": {"start": {"line": 33, "column": 133}}}, "severity": "INFO"}

0 comments on commit 4e8d740

Please sign in to comment.