Skip to content

Commit

Permalink
Merge pull request #12102 from mrickard/mrickard/node-agent-9.12.1-no…
Browse files Browse the repository at this point in the history
…tes-eol

Node Agent release notes v9.12.1
  • Loading branch information
zuluecho9 committed Mar 15, 2023
2 parents cbaed83 + cbc5ca9 commit 5d2bb65
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 7 deletions.
Expand Up @@ -28,13 +28,24 @@ Any versions not listed in the following table are no longer supported. Please [
<tbody>
<tr>
<td>
v9.12.0
v9.12.1
</td>
<td>
2023-03-15
</td>
<td>
2024-03-15
</td>
</tr>
<tr>
<td>
v9.12.0 (deprecated)
</td>
<td>
2023-03-14
</td>
<td>
2024-03-14
2023-03-14
</td>
</tr>
<tr>
Expand Down
Expand Up @@ -7,11 +7,7 @@ downloadLink: 'https://www.npmjs.com/package/newrelic'

## Notes

* Added ability to mark errors as expected when using `newrelic.noticeError`, by adding an optional boolean:
* `newrelic.noticeError(error, {customAttributes}, true|false)` when there are custom error attributes.
* `newrelic.noticeError(error, true|false)` if there are no custom error attributes.
* `expected` errors do not affect error metrics or Apdex.
* updated @grpc/grpc-js from 1.8.8 to 1.8.9
* This version of the agent was not available, and has been deprecated. The NPM release pipeline did not run successfully. New Relic recommends installing Node agent v9.12.1 instead.

### Support statement:

Expand Down
@@ -0,0 +1,23 @@
---
subject: Node.js agent
releaseDate: '2023-03-15'
version: 9.12.1
downloadLink: 'https://www.npmjs.com/package/newrelic'
---

## Notes

* Added ability to mark errors as expected when using `newrelic.noticeError`, by adding an optional boolean:
* `newrelic.noticeError(error, {customAttributes}, true|false)` when there are custom error attributes.
* `newrelic.noticeError(error, true|false)` if there are no custom error attributes.
* `expected` errors do not affect error metrics or Apdex.

* Added ability to disable distributed tracing for aws-sdk 3.290.0 and higher.

* Updated README header image to latest OSS office required images

* Updated @grpc/grpc-js from 1.8.8 to 1.8.9

### Support statement:

* New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach [end-of-life](/docs/using-new-relic/cross-product-functions/install-configure/notification-changes-new-relic-saas-features-distributed-software).

0 comments on commit 5d2bb65

Please sign in to comment.