UNPKG

@sentry/browser

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