Beignet API reference
    Preparing search index...

    Type Alias OutboxInstrumentationContext

    OutboxInstrumentationContext: Pick<
        BaseProviderInstrumentationEvent,
        "requestId"
        | "traceId"
        | "spanId"
        | "parentSpanId"
        | "traceparent",
    >

    Correlation fields attached to outbox instrumentation events.