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