UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

8 lines 184 B
import { VERSION } from '@grafana/faro-core'; export const sdkMeta = () => ({ sdk: { name: 'faro-web', version: VERSION, }, }); //# sourceMappingURL=meta.js.map