OpenTelemetry SDK
    Preparing search index...

    Configuration options for registering the API with the SDK. Undefined values may be substituted for defaults, and null values will not be registered.

    interface SDKRegistrationConfig {
        contextManager?: ContextManager | null;
        propagator?: TextMapPropagator<any> | null;
    }
    Index

    Properties

    contextManager?: ContextManager | null

    Context manager to register as the global context manager

    propagator?: TextMapPropagator<any> | null

    Propagator to register as the global propagator