UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

5 lines (4 loc) 239 B
export { ConsoleTransport } from './console'; export type { ConsoleTransportOptions } from './console'; export { FetchTransport } from './fetch'; export type { ClockFn, FetchTransportOptions, FetchTransportRequestOptions } from './fetch';