@sentry/wizard
Version:
Sentry wizard helping you to configure your project
11 lines (10 loc) • 492 B
TypeScript
export { Welcome } from './Welcome';
export { OpenSentry } from './OpenSentry';
export { WaitForSentry } from './WaitForSentry';
export { Initial } from './Initial';
export { SentryProjectSelector } from './SentryProjectSelector';
export { Result } from './Result';
export { ConfigureProject } from './ConfigureProject';
export { ChooseIntegration } from './ChooseIntegration';
export { ShouldConfigure } from './ShouldConfigure';
export { PromptForParameters } from './PromptForParameters';