@instana/core
Advanced tools
Comparing version 1.92.2 to 1.92.3
{ | ||
"name": "@instana/core", | ||
"version": "1.92.2", | ||
"version": "1.92.3", | ||
"description": "Core library for Instana's Node.js packages", | ||
@@ -136,3 +136,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "6d36b95a546e8ae49dd2f8240cff851003a10ba9" | ||
"gitHead": "9cd92f557e22e542264547544ffb886e4a8b2319" | ||
} |
@@ -265,2 +265,3 @@ 'use strict'; | ||
span.error = span.ec > 0; | ||
span.d = Date.now() - span.ts; | ||
if (Array.isArray(result.errors)) { | ||
@@ -284,2 +285,3 @@ span.data.graphql.errors = result.errors | ||
span.error = true; | ||
span.d = Date.now() - span.ts; | ||
span.data.graphql.errors = err.message; | ||
@@ -286,0 +288,0 @@ span.transmit(); |
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
322968
8759