Skip to content

Commit 01fb53c

Browse files
authoredJun 4, 2024··
chore: Updated readme to remove no longer relevant information (#2240)
1 parent 982276c commit 01fb53c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,13 @@ For more information on getting started, [check the Node.js docs](https://docs.n
118118

119119
### External Modules
120120

121-
There are several modules that can be installed and configured to accompany the Node.js agent:
121+
There are modules that can be installed and configured to accompany the Node.js agent:
122122

123123
* [@newrelic/apollo-server-plugin](https://github.com/newrelic/newrelic-node-apollo-server-plugin): New Relic's official Apollo Server plugin for use with the Node.js agent.
124124
* [@newrelic/next](https://github.com/newrelic/newrelic-node-nextjs): Provides instrumentation for the [Next.js](https://github.com/vercel/next.js/) npm package.
125125

126-
There are several modules included within the Node.js agent to add more instrumentation for 3rd party modules:
126+
There are modules included within the Node.js agent to add more instrumentation for 3rd party modules:
127127

128-
* [@newrelic/aws-sdk](https://github.com/newrelic/node-newrelic-aws-sdk): Provides instrumentation for the [AWS SDK](https://www.npmjs.com/package/aws-sdk) npm package.
129-
* [@newrelic/koa](https://github.com/newrelic/node-newrelic-koa): Provides instrumentation for [koa](https://koajs.com/), [koa-router](https://github.com/ZijianHe/koa-router), [@koa/router](https://github.com/koajs/router), and [koa-route](https://github.com/koajs/route) npm packages.
130-
* [@newrelic/superagent](https://github.com/newrelic/node-newrelic-superagent): Provides instrumentation for [superagent](https://github.com/visionmedia/superagent) npm package.
131128
* [@newrelic/native-metrics](https://github.com/newrelic/node-native-metrics): Provides hooks into the native v8 layer of Node.js to provide metrics to the Node.js agent.
132129

133130
## Usage

0 commit comments

Comments
 (0)
Please sign in to comment.