OpenTelemetry SDK
    Preparing search index...

    Interface ContextManagementTokenExperimental

    A scope token returned by ContextManager.attach that restores the previous Context when disposed. Call token.dispose() to restore the previous context.

    1.10.0 This API is experimental and may change in minor releases without prior notice.

    interface ContextManagementToken {
        dispose(): void;
    }
    Index