UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

6 lines (5 loc) 200 B
/** * Aborts the wizard with a message that Spotlight mode is not yet supported * for the given platform. */ export declare function abortIfSpotlightNotSupported(platform: string): Promise<never>;