Beignet API reference
    Preparing search index...

    Type Alias FlagEvaluationObservation<TValue>

    Flag evaluation observation emitted by memory/static adapters.

    type FlagEvaluationObservation<TValue extends FlagValue = FlagValue> = {
        context?: FlagEvaluationContext;
        details: FlagEvaluationDetails<TValue>;
        durationMs: number;
        flag: FlagDef<TValue>;
        parentSpanId?: string;
        requestId?: string;
        source: "evaluate" | "details";
        spanId?: string;
        traceId?: string;
        traceparent?: string;
    }

    Type Parameters

    Index
    durationMs: number
    parentSpanId?: string
    requestId?: string
    source: "evaluate" | "details"
    spanId?: string
    traceId?: string
    traceparent?: string