From 0b78974a0b02c0fbcca34888a19ce10e0ffa7907 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Wed, 11 Sep 2024 09:25:47 -0400 Subject: [PATCH] Update NEWS.md Co-authored-by: Bob Evans --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index c945ea7435..29b6700bb7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,9 @@ * Added support for `express@5` ([#2555](https://github.com/newrelic/node-newrelic/pull/2555)) ([252f3b2](https://github.com/newrelic/node-newrelic/commit/252f3b2bc1206dad52d914b98a2352da317da2d5)) * Provided ability to disable instrumentation for a 3rd party package ([#2551](https://github.com/newrelic/node-newrelic/pull/2551)) ([abfb9f0](https://github.com/newrelic/node-newrelic/commit/abfb9f029a4f6c25966c35d3284ddae0d46dfecb)) + * To disable instrumentation set `config.instrumentation..enabled` to false. The values of `` are the keys listed [here](https://github.com/newrelic/node-newrelic/blob/main/lib/instrumentations.js) + * This feature is use at your own risk. Disabling instrumentation for a library could affect instrumentation of other libraries executed afterwards. + #### Miscellaneous chores