From ebfe8bbcfff0edc21a4106887c3f39765de13c0e Mon Sep 17 00:00:00 2001 From: Diana Thayer Date: Fri, 22 Oct 2021 10:48:40 -0700 Subject: [PATCH] Add Fastify as supported framework As of v8.5.0 of the Node.js agent, Fastify is a supported framework. --- .../getting-started/compatibility-requirements-nodejs-agent.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.mdx b/src/content/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.mdx index b92d9bda183..1e560aa5c2d 100644 --- a/src/content/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.mdx +++ b/src/content/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.mdx @@ -141,6 +141,7 @@ Errors resulting in unhandled rejections are not scoped to the transaction that * [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) +* [Fastify](https://www.npmjs.com/package/fastify) If you are using a supported framework with default routers, the Node.js agent can read these frameworks' route names as is. However, if you want more specific names than are provided by your framework, you may want to use one or more of the tools New Relic provides with the [Node.js transaction naming API](/docs/nodejs/nodejs-transaction-naming-api).