UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

8 lines (7 loc) 128 B
export type ProjectInfo = { dsn: string; org: string; project: string; selfHosted: boolean; url: string; };