UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

3 lines (2 loc) 162 B
export declare const deploymentPlatforms: readonly ["vercel", "netlify", "other", "none"]; export type DeploymentPlatform = (typeof deploymentPlatforms)[number];