UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

4 lines (3 loc) 217 B
export declare const XCODE_PROJECT = "ios/*.xcodeproj/project.pbxproj"; export declare const APP_BUILD_GRADLE = "**/app/build.gradle"; export declare function getFirstMatchedPath(pattern: string): string | undefined;