UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

12 lines (11 loc) 550 B
export declare function getNextJsVersionBucket(version: string | undefined): string; export declare function getMaybeAppDirLocation(): string[] | undefined; export declare function hasRootLayoutFile(appFolderPath: string): boolean; /** * Unwraps a withSentryConfig call expression using magicast. */ export declare function unwrapSentryConfigAst(astNode: unknown): any; /** * Wraps a magicast module export with withSentryConfig using magicast */ export declare function wrapWithSentryConfig(moduleExport: unknown, optionsTemplate: string): any;