@sentry/wizard
Version:
Sentry wizard helping you to configure your project
9 lines (8 loc) • 345 B
TypeScript
import type { namedTypes as t } from 'ast-types';
export declare function addReactRouterPluginToViteConfig(program: t.Program, orgSlug: string, projectSlug: string): {
success: boolean;
wasConverted: boolean;
};
export declare function instrumentViteConfig(orgSlug: string, projectSlug: string): Promise<{
wasConverted: boolean;
}>;