UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

5 lines (4 loc) 130 B
export declare function configureSentryCLI({ projectDir, authToken, }: { projectDir: string; authToken: string; }): void;