/** * SMI-5615: `withTelemetry` correlation-ID + error-capture coverage. Sibling * to `wrap.test.ts` / `wrap.marker.test.ts` / `wrap.gate.test.ts` (split per * the 500-line file gate). * * Covers the Shared-State / Coordination Audit (P-5) `correlationIdStorage` * row + the ยง2 error-capture extension: * - a thrown error results in a `trackSkillInvoke` payload with * `errorName` / `errorMessage` / `correlationId` populated * - two concurrent, overlapping `withTelemetry`-wrapped calls each retain * their OWN correlation ID (neither observes the other's) * - a wrapped call invoked from inside another wrapped call's handler * inherits the outer correlation ID (nested-call, mint-if-absent case) * - the success-path payload shape: `correlationId` present, `errorName` / * `errorMessage` absent * - `errorMessage` is redacted (via the mocked `redactSensitiveData` seam) * and truncated to <=256 chars */ export {}; //# sourceMappingURL=wrap.correlation.test.d.ts.map