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?: null | ContextManager;
    propagator?: null | TextMapPropagator<any>;
}

Properties

contextManager?: null | ContextManager

Context manager to register as the global context manager

propagator?: null | TextMapPropagator<any>

Propagator to register as the global propagator