UNPKG

sentry-uniapp

Version:

用于Uniapp/小程序/快应用等平台的 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