UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

4 lines (3 loc) 256 B
export declare function doesAppBuildGradleIncludeRNSentryGradlePlugin(content: string): boolean; export declare function addRNSentryGradlePlugin(content: string): string; export declare function writeAppBuildGradle(path: string, newContent: string): void;