Skip to content

Commit

Permalink
Merge pull request #3610 from bizob2828/connect-routing
Browse files Browse the repository at this point in the history
fix: removed versions and stating we do not support connect routing
  • Loading branch information
zuluecho9 committed Aug 23, 2021
2 parents f766bcf + 91c2af7 commit 8a73a2d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@ translate:
metaDescription: 'The New Relic Node.js agent supports these frameworks, architectures, and operating systems.'
---

Our Node.js agent is publicly available on the [Node Package Manager (npm) repository](https://npmjs.org/package/newrelic) as well as on [GitHub](https://github.com/newrelic/node-newrelic). Before you install the Node.js agent, make sure your application meets the following system requirements.
Our Node.js agent is publicly available on the [Node Package Manager (npm) repository](https://npmjs.org/package/newrelic) as well as on [GitHub](https://github.com/newrelic/node-newrelic). Before you install the Node.js agent, make sure your application meets the following system requirements.

If you haven't already, [create a New Relic account](https://newrelic.com/signup). It's free, forever.

Expand Down Expand Up @@ -138,7 +138,7 @@ Errors resulting in unhandled rejections are not scoped to the transaction that

* [Express](https://www.npmjs.com/package/express) 4.6.0 or higher
* [Restify](https://www.npmjs.com/package/restify)
* [Connect](https://www.npmjs.com/package/connect) v1 and v2 (router not supported)
* [Connect](https://www.npmjs.com/package/connect)
* [Hapi](https://www.npmjs.com/package/hapi)
* [Koa](https://www.npmjs.com/package/koa) 2.0.0 or higher ([external module](https://github.com/newrelic/node-newrelic-koa) loaded with the agent)

Expand Down

0 comments on commit 8a73a2d

Please sign in to comment.