@context-tracer/runtime
v0.1.0
Published
Automatic Node.js runtime instrumentation for Context-Tracer.
Maintainers
Readme
@context-tracer/runtime
Automatic Node.js runtime instrumentation for Context-Tracer.
The runtime preload instruments application-owned JavaScript and TypeScript modules, captures incoming HTTP requests, function execution, supported outgoing HTTP calls, and selected database/cache/queue operations, then sends events to the local collector.
Most developers should install @context-tracer/cli, which injects this runtime
automatically with no application imports:
npm install -D @context-tracer/cli
npx ctxtrace dev -- npm run devThis package exposes @context-tracer/runtime/register for the CLI preload.
Node.js 22 or newer is required.
