Uninstall the agent
Remove the
require("atatus-nodejs")
from the first line of your application code.Remove the npm package by using the command,
npm uninstall --save atatus-nodejs
.Restart your Node.js server.
Uninstall the agent - ES modules (Babel, TypeScript)
Remove the
import atatus from 'atatus-nodejs/start'
from the first line of your application code.Remove the npm package by using the command,
npm uninstall --save atatus-nodejs
.Delete the
atatus-config.js
file and unset any associated environment variables.Restart your Node.js server