UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

7 lines (6 loc) 193 B
import { XcodeProject } from './xcode-manager'; export declare function injectCodeSnippet({ project, target, dsn, }: { project: XcodeProject; target: string; dsn: string; }): void;