@launchdarkly/observability + @launchdarkly/session-replay
    Preparing search index...
    type ConsoleMessage = {
        attributes?: string;
        time: number;
        trace?: StackFrame[];
        type: string;
        value?: string[];
    }
    Index

    Properties

    attributes?: string
    time: number
    trace?: StackFrame[]
    type: string
    value?: string[]