@tigorhutasuhut/telemetry-js - v0.7.3
    Preparing search index...

    Interface InjectContextOptions

    Options for injectContext.

    interface InjectContextOptions {
        context?: Context;
    }
    Index

    Properties

    Properties

    context?: Context

    The OpenTelemetry Context to inject from.

    When omitted, the current active context (context.active()) is used.