UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

14 lines (13 loc) 734 B
declare function isAppDelegateFile(filePath: string): boolean; declare function findAppDidFinishLaunchingWithOptionsInDirectory(dir: string): string | null; declare function findAppDidFinishLaunchingWithOptions(files: string[]): string | null; export declare function addCodeSnippetToProject(files: string[], dsn: string, enableLogs: boolean): boolean; /** * Exported for testing purposes, but should not be used in other modules. */ export declare let exportForTesting: { isAppDelegateFile: typeof isAppDelegateFile; findAppDidFinishLaunchingWithOptionsInDirectory: typeof findAppDidFinishLaunchingWithOptionsInDirectory; findAppDidFinishLaunchingWithOptions: typeof findAppDidFinishLaunchingWithOptions; }; export {};