Langfuse JS/TS SDKs
    Preparing search index...

    Interface OtelScopeSpan

    Collection of spans from a single instrumentation scope

    interface OtelScopeSpan {
        scope?: OtelScope;
        spans?: OtelSpan[];
    }
    Index

    Properties

    Properties

    scope?: OtelScope

    Instrumentation scope information

    spans?: OtelSpan[]

    Array of spans