UNPKG

sentry-wechat-miniprogram

Version:
17 lines (16 loc) 289 B
import { Integration } from '@sentry/types'; /** UserAgent */ export declare class UserAgent implements Integration { /** * @inheritDoc */ name: string; /** * @inheritDoc */ static id: string; /** * @inheritDoc */ setupOnce(): void; }