UNPKG

@zuzuche/sentry-miniapp

Version:

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

17 lines 322 B
import { Integration } from "@sentry/types"; /** UserAgent */ export declare class System implements Integration { /** * @inheritDoc */ name: string; /** * @inheritDoc */ static id: string; /** * @inheritDoc */ setupOnce(): void; } //# sourceMappingURL=system.d.ts.map