@focale/sdk-node
v0.1.0
Published
Focale OpenTelemetry SDK for Node.js
Readme
@focale/sdk-node
Node.js start() for Focale: shared providers plus HTTP / Express / Fastify / Koa / Connect / Hapi instrumentations. Depends on @focale/sdk.
import { start } from '@focale/sdk-node';
import { watch } from '@focale/sdk';
await start(); // FOCALE_DSN
export const POST = watch('auth.signup', async (req) => { /* existing */ });Framework instrumentations are optionalDependencies; missing packages are skipped at runtime.
