UNPKG

@sentry/core

Version:
6 lines 270 B
import { Scope } from './scope'; /** Get the default current scope. */ export declare function getDefaultCurrentScope(): Scope; /** Get the default isolation scope. */ export declare function getDefaultIsolationScope(): Scope; //# sourceMappingURL=defaultScopes.d.ts.map