autotel
Version:
Write Once, Observe Anywhere
14 lines (12 loc) • 468 B
JavaScript
;
// src/semantic-conventions.ts
function httpRequestHeaderAttribute(name) {
return `http.request.header.${name.toLowerCase()}`;
}
function httpResponseHeaderAttribute(name) {
return `http.response.header.${name.toLowerCase()}`;
}
exports.httpRequestHeaderAttribute = httpRequestHeaderAttribute;
exports.httpResponseHeaderAttribute = httpResponseHeaderAttribute;
//# sourceMappingURL=chunk-2ZKEORFN.cjs.map
//# sourceMappingURL=chunk-2ZKEORFN.cjs.map