UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

15 lines (14 loc) 211 B
export type Config = { organization?: { slug?: string; }; project?: { slug?: string; }; dsn?: { public?: string; }; auth?: { token?: string; }; };