UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

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