Rezi
    Preparing search index...

    Type Alias ReproEventCaptureTruncation

    ReproEventCaptureTruncation: Readonly<
        {
            firstOmittedStep: number
            | null;
            mode: ReproEventCaptureTruncationMode;
            reason: ReproEventCaptureTruncationReason | null;
            truncated: boolean;
        },
    >

    Explicit truncation metadata for deterministic bounded capture.