@vtex/api
Version:
VTEX I/O API client
9 lines (8 loc) • 357 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserlandTags = exports.OpentracingTags = void 0;
const opentracing_1 = require("opentracing");
Object.defineProperty(exports, "OpentracingTags", { enumerable: true, get: function () { return opentracing_1.Tags; } });
exports.UserlandTags = {
...opentracing_1.Tags,
};