UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

7 lines 228 B
import type { 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