@opentelemetry/instrumentation-fetch
Advanced tools
Comparing version
@@ -68,3 +68,3 @@ "use strict"; | ||
span.setAttribute(semantic_conventions_1.HttpAttribute.HTTP_STATUS_CODE, response.status); | ||
if (response.statusText != undefined) { | ||
if (response.statusText != null) { | ||
span.setAttribute(semantic_conventions_1.HttpAttribute.HTTP_STATUS_TEXT, response.statusText); | ||
@@ -71,0 +71,0 @@ } |
{ | ||
"name": "@opentelemetry/instrumentation-fetch", | ||
"version": "0.18.0", | ||
"version": "0.18.1-alpha.3+0643642f", | ||
"description": "OpenTelemetry fetch automatic instrumentation package.", | ||
@@ -47,4 +47,4 @@ "main": "build/src/index.js", | ||
"@opentelemetry/context-zone": "^0.18.0", | ||
"@opentelemetry/propagator-b3": "^0.18.0", | ||
"@opentelemetry/tracing": "^0.18.0", | ||
"@opentelemetry/propagator-b3": "^0.18.1-alpha.3+0643642f", | ||
"@opentelemetry/tracing": "^0.18.1-alpha.3+0643642f", | ||
"@types/mocha": "8.2.0", | ||
@@ -79,8 +79,8 @@ "@types/node": "14.14.20", | ||
"@opentelemetry/api": "^0.18.0", | ||
"@opentelemetry/core": "^0.18.0", | ||
"@opentelemetry/core": "^0.18.1-alpha.3+0643642f", | ||
"@opentelemetry/instrumentation": "^0.18.0", | ||
"@opentelemetry/semantic-conventions": "^0.18.0", | ||
"@opentelemetry/web": "^0.18.0" | ||
"@opentelemetry/web": "^0.18.1-alpha.3+0643642f" | ||
}, | ||
"gitHead": "6540b54a8bd49746e164ab730269188237f89b1c" | ||
"gitHead": "0643642f61de5e2bfb8942ce7b5dadea643cb295" | ||
} |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
43886
0.18%1
Infinity%