/** * @lensmcp/node-instrumentation/register — the zero-touch entry. * * Loaded by the RUNNER (the cluster devserver child, a worker fork's * `--require`), never imported by host source. Requiring this module IS the * installation — it must run before the app bundle so the require hook sees * every external (`pg`, `ioredis`, `bullmq`, `@nestjs/core`) on first load. */ import { installLensmcpNodeInstrumentation } from './lib/install'; export { installLensmcpNodeInstrumentation };