UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

7 lines (6 loc) 265 B
import type { WizardOptions } from '../utils/types'; export declare function runRemixWizard(options: WizardOptions): Promise<void>; /** * Offers to add a project-scoped MCP server configuration for the Sentry MCP. * Supports Cursor, VS Code, and Claude Code. */