Langfuse JS/TS SDKs
    Preparing search index...

    Interface OtelScope

    Instrumentation scope information

    interface OtelScope {
        attributes?: OtelAttribute[];
        name?: string;
        version?: string;
    }
    Index

    Properties

    attributes?: OtelAttribute[]

    Additional scope attributes

    name?: string

    Instrumentation scope name

    version?: string

    Instrumentation scope version