UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

12 lines (11 loc) 765 B
import { CliSetupConfigContent } from '../utils/clack'; import { ReactNativeWizardOptions } from './options'; export declare const RN_SDK_PACKAGE = "@sentry/react-native"; export declare const RN_SDK_SUPPORTED_RANGE = ">=6.12.0"; export declare const RN_PACKAGE = "react-native"; export declare const RN_HUMAN_NAME = "React Native"; export declare const SUPPORTED_RN_RANGE = ">=0.69.0"; export declare const SUPPORTED_EXPO_RANGE = ">=50.0.0"; export type RNCliSetupConfigContent = Pick<Required<CliSetupConfigContent>, 'authToken' | 'org' | 'project' | 'url'>; export declare function runReactNativeWizard(params: ReactNativeWizardOptions): Promise<void>; export declare function runReactNativeWizardWithTelemetry(options: ReactNativeWizardOptions): Promise<void>;