@kirz/react-native-toolkit
Version:
Toolkit to speed up React Native development
11 lines • 450 B
TypeScript
import type { ReactNativeOptions } from '@sentry/react-native';
import { Plugin, PluginFeature } from '../Plugin';
export declare class SentryPlugin extends Plugin {
readonly options: ReactNativeOptions;
readonly name = "SentryPlugin";
readonly features: PluginFeature[];
readonly initializationTimeout = 5000;
constructor(options: ReactNativeOptions);
initialize(): Promise<void>;
}
//# sourceMappingURL=SentryPlugin.d.ts.map