@sentry/wizard
Version:
Sentry wizard helping you to configure your project
5 lines (4 loc) • 333 B
TypeScript
export declare function doesAppBuildGradleIncludeRNSentryGradlePlugin(content: string): boolean;
export declare function addRNSentryGradlePlugin(content: string): string;
export declare function removeRNSentryGradlePlugin(content: string): string;
export declare function writeAppBuildGradle(path: string, newContent: string): void;