applicationinsights
Version:
Microsoft Application Insights module for Node.js
12 lines (11 loc) • 388 B
TypeScript
import { Span } from "@opentelemetry/sdk-trace-base";
export declare class OpenTelemetryScopeManagerWrapper {
private _activeSymbol;
active(): any;
with(span: Span, fn: () => any): any;
bind<T>(target: T): T;
enable(): this;
disable(): this;
private static _spanToContext;
}
export declare const AsyncScopeManager: OpenTelemetryScopeManagerWrapper;