UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

8 lines (7 loc) 231 B
import { Scope } from '@sentry/core'; /** * Update the active isolation scope. * Should be used with caution! */ export declare function setIsolationScope(isolationScope: Scope): void; //# sourceMappingURL=scope.d.ts.map