Default instrumentations can be disabled via the
disableDefaultInstrumentations config option. You can read more about how to configure this in our Configuration Options documentation.Installation
Fastify is automatically instrumented by the AppSignal for Node.js package. To initialize the AppSignal client, you should require theappsignal.cjs file before your application starts loading.
When calling fastify start directly, you can use the NODE_OPTIONS environment variable to require it:
appsignal.cjs file that was created when configuring AppSignal.