UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

5 lines (4 loc) 168 B
export interface SentryCLIConfiguration { auth_token: string; } export declare function createSentryCLIRC(directory: string, params: SentryCLIConfiguration): void;