You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
This package instruments your application for performance monitoring with [New Relic](https://newrelic.com).
7
7
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.
9
9
10
10
As with any instrumentation tool, please test before using in production.
11
11
@@ -15,7 +15,7 @@ To use New Relic's Node.js agent entails these three steps, which are described
1. To install the agent for performance monitoring, use your favorite npm-based package manager and install the `newrelic` package into your application:
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.
97
97
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.
99
99
100
100
### Setup
101
101
@@ -237,10 +237,9 @@ If the issue has been confirmed as a bug or is a feature request, please file a
237
237
**Support Channels**
238
238
239
239
* [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.
242
242
* [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).
244
243
245
244
246
245
## Privacy
@@ -250,10 +249,6 @@ We define “Personal Data” as any information relating to an identified or id
250
249
251
250
Please review [New Relic’s General Data Privacy Notice](https://newrelic.com/termsandconditions/privacy) for more information.
252
251
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
-
257
252
## Contribute
258
253
259
254
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
268
263
269
264
If you would like to contribute to this project, review [these guidelines](./CONTRIBUTING.md).
270
265
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.
0 commit comments