@sentry/wizard
Version:
Sentry wizard helping you to configure your project
6 lines (5 loc) • 528 B
TypeScript
export declare function getRunScriptTemplate(orgSlug: string, projectSlug: string, uploadSource: boolean, includeHomebrewPath: boolean): string;
export declare const scriptInputPath = "\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}\"";
export declare function getSwiftSnippet(dsn: string, enableLogs: boolean): string;
export declare function getObjcSnippet(dsn: string, enableLogs: boolean): string;
export declare function getFastlaneSnippet(org: string, project: string): string;