Node.js Agent API allows you to manage all instrumentations. Before starting, ensure that Atatus agent is available in the code.
copy
// ES Modules / TypeScript
import atatus from "atatus-nodejs";
// CommonJs
var atatus = require("atatus-nodejs");
For an introduction to this API, view all methods.