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
NestJS is instrumented automatically by the AppSignal for Node.js package. When callingnest start directly, you can use the NODE_OPTIONS environment variable to require it:
appsignal.cjs file that was created when configuring AppSignal.
To use AppSignal from the npm commands generated when creating an application with the nest new command, modify the following scripts from the scripts section of your package.json file as follows: