@ptkl/sdk - v1.12.0
    Preparing search index...
    interface TimberEntry {
        action?: string;
        actor: TimberActor;
        attributes?: Record<string, any>;
        changes?: TimberChanges;
        id: string;
        level: TimberLevel;
        message?: string;
        project_uuid: string;
        request_id?: string;
        resource_id?: string;
        resource_name?: string;
        resource_type?: string;
        service: string;
        source: TimberSource;
        span_id?: string;
        timestamp: string;
        trace_id?: string;
    }
    Index

    Properties

    action?: string
    attributes?: Record<string, any>
    changes?: TimberChanges
    id: string
    message?: string
    project_uuid: string
    request_id?: string
    resource_id?: string
    resource_name?: string
    resource_type?: string
    service: string
    source: TimberSource
    span_id?: string
    timestamp: string
    trace_id?: string