@sentry/react-native
Version:
Official Sentry SDK for react-native
9 lines • 412 B
TypeScript
import type { AndroidCombinedProfileEvent, CombinedProfileEvent } from './types';
export declare const PROFILE_QUEUE: {
get: (key: string) => AndroidCombinedProfileEvent | CombinedProfileEvent;
add: (key: string, value: AndroidCombinedProfileEvent | CombinedProfileEvent) => void;
delete: (key: string) => boolean;
clear: () => void;
size: () => number;
};
//# sourceMappingURL=cache.d.ts.map