Skip to content

Commit 51e6d7a

Browse files
authored
docs: Cleaned up README links and outdated verbiage (newrelic#3484)
1 parent f281f19 commit 51e6d7a

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This package instruments your application for performance monitoring with [New Relic](https://newrelic.com).
77

8-
In order to take full advantage of this package, make sure you have a [New Relic account](https://newrelic.com) before starting. Available features, such as slow transaction traces, will vary [based on account level](https://newrelic.com/application-monitoring/features).
8+
In order to take full advantage of this package, make sure you have a [New Relic account](https://newrelic.com) before starting.
99

1010
As with any instrumentation tool, please test before using in production.
1111

@@ -15,7 +15,7 @@ To use New Relic's Node.js agent entails these three steps, which are described
1515

1616
- Install [the `newrelic` package](https://www.npmjs.com/package/newrelic)
1717
- Create a base configuration file
18-
- Require the agent in your program
18+
- Load the agent in your program
1919

2020
1. To install the agent for performance monitoring, use your favorite npm-based package manager and install the `newrelic` package into your application:
2121

@@ -95,7 +95,7 @@ node -r newrelic your-program.js
9595
9696
If your application is written with `import` and `export` statements in javascript, you are using [ES Modules](https://nodejs.org/api/esm.html#modules-ecmascript-modules) and must bootstrap the agent in a different way.
9797
98-
The New Relic Node.js agent includes ***_experimental_*** support for ES Modules. The agent is reliant on an experimental feature in Node.js in order to appropriately register instrumentation. Until the Node.js API for [ES Module Loaders](https://nodejs.org/api/esm.html#loaders) is stable, breaking changes may occur when updating Node.js. Lastly, the ESM loader does not follow the same [supported Node.js versions](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent#system) as the agent. The minimum supported version of Node.js is `v16.12.0`.
98+
The New Relic Node.js agent includes support for ES Modules.
9999
100100
### Setup
101101
@@ -237,10 +237,9 @@ If the issue has been confirmed as a bug or is a feature request, please file a
237237
**Support Channels**
238238

239239
* [New Relic Documentation](https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/introduction-new-relic-nodejs): Comprehensive guidance for using our platform
240-
* [New Relic Community](https://forum.newrelic.com/): The best place to engage in troubleshooting questions
241-
* [New Relic Developer](https://developer.newrelic.com/): Resources for building a custom observability applications
240+
* [New Relic Community](https://support.newrelic.com/): The best place to engage in troubleshooting questions
241+
* [New Relic Technical Support Offerings](https://docs.newrelic.com/docs/licenses/license-information/general-usage-licenses/support-plan): Support offerings.
242242
* [New Relic University](https://learn.newrelic.com/): A range of online training for New Relic users of every level
243-
* [New Relic Technical Support](https://support.newrelic.com/) 24/7/365 ticketed support. Read more about our [Technical Support Offerings](https://docs.newrelic.com/docs/licenses/license-information/general-usage-licenses/support-plan).
244243

245244

246245
## Privacy
@@ -250,10 +249,6 @@ We define “Personal Data” as any information relating to an identified or id
250249

251250
Please review [New Relic’s General Data Privacy Notice](https://newrelic.com/termsandconditions/privacy) for more information.
252251

253-
## Roadmap
254-
255-
See our [roadmap](./ROADMAP_Node.md), to learn more about our product vision, understand our plans, and provide us valuable feedback.
256-
257252
## Contribute
258253

259254
We encourage your contributions to improve the Node.js agent! Keep in mind when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project.
@@ -268,7 +263,7 @@ If you believe you have found a security vulnerability in this project or any of
268263

269264
If you would like to contribute to this project, review [these guidelines](./CONTRIBUTING.md).
270265

271-
To [all contributors](https://github.com/newrelic/node-newrelic/graphs/contributors), we thank you! Without your contribution, this project would not be what it is today. We also host a community project page dedicated to [New Relic Node Agent](https://opensource.newrelic.com/projects/newrelic/node-newrelic).
266+
To [all contributors](https://github.com/newrelic/node-newrelic/graphs/contributors), we thank you! Without your contribution, this project would not be what it is today.
272267

273268
## License
274269

0 commit comments

Comments
 (0)