UNPKG

@grafana/faro-transport-otlp-http

Version:

Faro transport which converts the Faro data model to the Otlp data model.

6 lines 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OtelPayload = void 0; var OtelPayload_1 = require("./OtelPayload"); Object.defineProperty(exports, "OtelPayload", { enumerable: true, get: function () { return OtelPayload_1.OtelPayload; } }); //# sourceMappingURL=index.js.map