On Fastify
This is the official documentation of the @forestadmin/agent
Node.js agent.
If you already have an application running using Fastify ↗, the easiest way to attach the Forest Admin agent would use the mountOnFastify
function, just like in the following example:
Using Fastify v4.x
You should use @fastify/middie ↗ library to be able to use Fastify v4.x with Forest Admin.
This library adds middleware support to Fastify.
Last updated