UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

12 lines 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sdkMeta = void 0; const faro_core_1 = require("@grafana/faro-core"); const sdkMeta = () => ({ sdk: { name: 'faro-web', version: faro_core_1.VERSION, }, }); exports.sdkMeta = sdkMeta; //# sourceMappingURL=meta.js.map