@lelemondev/sdk - v0.10.1
    Preparing search index...

    Interface ObserveOptions

    interface ObserveOptions {
        metadata?: Record<string, unknown>;
        sessionId?: string;
        tags?: string[];
        userId?: string;
    }
    Index

    Properties

    metadata?: Record<string, unknown>

    Custom metadata added to all traces

    sessionId?: string

    Session ID to group related calls

    tags?: string[]

    Tags for filtering

    userId?: string

    User ID for the end user