@instana/core
Advanced tools
Comparing version 1.78.0 to 1.78.1
{ | ||
"name": "@instana/core", | ||
"version": "1.78.0", | ||
"version": "1.78.1", | ||
"description": "Core library for Instana's Node.js packages", | ||
@@ -135,3 +135,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "5e2afd3e018ddf8ca6ed55e08541594482067d3e" | ||
"gitHead": "d52d1628bd208fc9df4ad778692b6466183d9733" | ||
} |
@@ -74,3 +74,4 @@ 'use strict'; | ||
}; | ||
var incomingServiceName = req.headers[constants.serviceNameHeaderNameLowerCase]; | ||
var incomingServiceName = | ||
span.data.http.header && span.data.http.header[constants.serviceNameHeaderNameLowerCase]; | ||
if (incomingServiceName != null) { | ||
@@ -77,0 +78,0 @@ span.data.service = incomingServiceName; |
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
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
250186
6988