@instana/core
Advanced tools
Comparing version 1.95.0 to 1.95.1
{ | ||
"name": "@instana/core", | ||
"version": "1.95.0", | ||
"version": "1.95.1", | ||
"description": "Core library for Instana's Node.js packages", | ||
@@ -136,3 +136,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "4272b0bd93264d722534761435aca19ac4382ad6" | ||
"gitHead": "46ad9c1330cd1195669e2ade432ad3c17a714f83" | ||
} |
@@ -238,2 +238,13 @@ 'use strict'; | ||
span.ec = 1; | ||
if (!span.data.sdk.custom) { | ||
span.data.sdk.custom = { | ||
tags: {} | ||
}; | ||
} | ||
if (!span.data.sdk.custom.tags) { | ||
span.data.sdk.custom.tags = {}; | ||
} | ||
if (span.data.sdk.custom.tags.message == null) { | ||
span.data.sdk.custom.tags.message = tracingUtil.getErrorDetails(error); | ||
} | ||
} | ||
@@ -240,0 +251,0 @@ |
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
323455
8748