Arize Phoenix TS
    Preparing search index...

    Type Alias GlobalTracerProviderRegistration

    type GlobalTracerProviderRegistration = {
        detach: () => void;
    }
    Index

    Properties

    Properties

    detach: () => void

    Detach the global tracer provider and reset global tracing APIs to no-op state.

    This clears the OpenTelemetry tracer provider, context manager, and propagator so a different provider can be attached later in the same process.