@sentry/wizard
Version:
Sentry wizard helping you to configure your project
4 lines (3 loc) • 312 B
TypeScript
export type SupportedTools = 'webpack' | 'vite' | 'rollup' | 'esbuild' | 'tsc' | 'sentry-cli' | 'create-react-app' | 'angular' | 'nextjs' | 'remix' | 'wrangler' | 'no-tool';
export declare const TOOL_PACKAGE_MAP: Record<string, SupportedTools>;
export declare function detectUsedTool(): Promise<SupportedTools>;