UNPKG

sentry-uniapp

Version:

用于Uniapp/小程序/快应用等平台的 Sentry SDK

16 lines 551 B
export declare const CONSOLE_LEVELS: readonly string[]; declare type LoggerMethod = (...args: unknown[]) => void; declare type LoggerConsoleMethods = Record<string, LoggerMethod>; /** This may be mutated by the console instrumentation. */ export declare const originalConsoleMethods: { [key in string]?: (...args: any[]) => void; }; /** JSDoc */ interface Logger extends LoggerConsoleMethods { disable(): void; enable(): void; isEnabled(): boolean; } export declare const logger: Logger; export {}; //# sourceMappingURL=logger.d.ts.map