UNPKG

autotel

Version:
18 lines (16 loc) 746 B
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const require_registry = require('./registry-DYgvb62e.cjs'); //#region src/semantic-conventions.ts function httpRequestHeaderAttribute(name) { return `http.request.header.${name.toLowerCase()}`; } function httpResponseHeaderAttribute(name) { return `http.response.header.${name.toLowerCase()}`; } //#endregion exports.HTTPAttributes = require_registry.HTTPAttributes; exports.ServiceAttributes = require_registry.ServiceAttributes; exports.URLAttributes = require_registry.URLAttributes; exports.httpRequestHeaderAttribute = httpRequestHeaderAttribute; exports.httpResponseHeaderAttribute = httpResponseHeaderAttribute; //# sourceMappingURL=semantic-conventions.cjs.map