Sanity Library Reference Docs
    Preparing search index...
    Telemetered: T & { telemetry?: WorkflowTelemetryLogger }

    Optional telemetry-injection field on the raw workflow.* verbs — the telemetry twin of the Clocked seam in clock.ts. It is exported because those verbs expose this composition helper in their public signatures, but production normally injects a logger once via createEngine({ telemetry }), not as an everyday per-call option. A raw-namespace caller that omits it emits nothing (the verbs default to noopTelemetry).

    Type Parameters

    • T