UNPKG

@sentry/react-native

Version:
7 lines (6 loc) 262 B
import type { Scope } from '@sentry/core'; /** * Hooks into the scope set methods and sync new data added to the given scope with the native SDKs. */ export declare function enableSyncToNative(scope: Scope): void; //# sourceMappingURL=scopeSync.d.ts.map