"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OtelTracingPatchConfigSerializer = void 0; exports.OtelTracingPatchConfigSerializer = { _fromJsonObject(object) { return { url: object["url"], }; }, _toJsonObject(self) { return { url: self.url, }; }, }; //# sourceMappingURL=otelTracingPatchConfig.js.map