@opentelemetry/instrumentation-http
Advanced tools
Comparing version 0.25.1-alpha.23 to 0.25.1-alpha.24
@@ -206,2 +206,3 @@ "use strict"; | ||
response.on('error', (error) => { | ||
this._diag.debug('outgoingRequest on error()', error); | ||
utils.setSpanWithError(span, error, response); | ||
@@ -212,2 +213,3 @@ this._closeHttpSpan(span); | ||
request.on('close', () => { | ||
this._diag.debug('outgoingRequest on request close()'); | ||
if (!request.aborted) { | ||
@@ -218,2 +220,3 @@ this._closeHttpSpan(span); | ||
request.on('error', (error) => { | ||
this._diag.debug('outgoingRequest on request error()', error); | ||
utils.setSpanWithError(span, error, request); | ||
@@ -220,0 +223,0 @@ this._closeHttpSpan(span); |
{ | ||
"name": "@opentelemetry/instrumentation-http", | ||
"version": "0.25.1-alpha.23+feea5167", | ||
"version": "0.25.1-alpha.24+a1875b67", | ||
"description": "OpenTelemetry http/https automatic instrumentation package.", | ||
@@ -48,4 +48,4 @@ "main": "build/src/index.js", | ||
"@opentelemetry/context-async-hooks": "^0.25.0", | ||
"@opentelemetry/sdk-trace-base": "^0.25.1-alpha.23+feea5167", | ||
"@opentelemetry/sdk-trace-node": "^0.25.1-alpha.23+feea5167", | ||
"@opentelemetry/sdk-trace-base": "^0.25.0", | ||
"@opentelemetry/sdk-trace-node": "^0.25.0", | ||
"@types/got": "9.6.12", | ||
@@ -76,3 +76,3 @@ "@types/mocha": "8.2.3", | ||
"dependencies": { | ||
"@opentelemetry/core": "^0.25.1-alpha.23+feea5167", | ||
"@opentelemetry/core": "^0.25.0", | ||
"@opentelemetry/instrumentation": "^0.25.0", | ||
@@ -82,3 +82,3 @@ "@opentelemetry/semantic-conventions": "^0.25.0", | ||
}, | ||
"gitHead": "feea5167c15c41f0aeedc60959e36c18315c7ede" | ||
"gitHead": "a1875b67852cdc1004fee144ce5792f33ad2fcdb" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
99009
1127
+ Added@opentelemetry/core@0.25.0(transitive)
- Removed@opentelemetry/core@0.25.1-alpha.23(transitive)
Updated@opentelemetry/core@^0.25.0