UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

16 lines 552 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sdkMeta = void 0; var faro_core_1 = require("@grafana/faro-core"); var sdkMeta = function () { return ({ sdk: { name: '@grafana/faro-core', version: faro_core_1.VERSION, integrations: faro_core_1.faro.config.instrumentations.map(function (_a) { var name = _a.name, version = _a.version; return ({ name: name, version: version }); }), }, }); }; exports.sdkMeta = sdkMeta; //# sourceMappingURL=meta.js.map