UNPKG

@zuzuche/sentry-miniapp

Version:

用于小程序/小游戏平台的 Sentry SDK

28 lines 531 B
import { Integration } from "@sentry/types"; /** JSDoc */ interface RouterIntegrations { enable?: boolean; } /** UserAgent */ export declare class Router implements Integration { /** * @inheritDoc */ name: string; /** * @inheritDoc */ static id: string; /** JSDoc */ private readonly _options; /** * @inheritDoc */ constructor(options?: RouterIntegrations); /** * @inheritDoc */ setupOnce(): void; } export {}; //# sourceMappingURL=router.d.ts.map