@instana/core
Advanced tools
Comparing version 1.89.1 to 1.90.0
{ | ||
"name": "@instana/core", | ||
"version": "1.89.1", | ||
"version": "1.90.0", | ||
"description": "Core library for Instana's Node.js packages", | ||
@@ -136,3 +136,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "1fdbd9c1cdf6ecb6e1743b41f43d2dbb5d3e3829" | ||
"gitHead": "d12ff418d974d9b7e720d259187229a2891c74b9" | ||
} |
@@ -82,2 +82,9 @@ 'use strict'; | ||
SpanHandle.prototype.annotate = function annotate(key, value) { | ||
if (key == null) { | ||
return; | ||
} | ||
this.span.data[key] = value; | ||
}; | ||
/** | ||
@@ -155,2 +162,4 @@ * Switches the span into manual-end-mode. Calls to span#transmit() as used by automatic tracing instrumentation will be | ||
NoopSpanHandle.prototype.annotate = function annotate() {}; | ||
NoopSpanHandle.prototype.disableAutoEnd = function disableAutoEnd() { | ||
@@ -157,0 +166,0 @@ // provide dummy operation when automatic tracing is not enabled |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
8016
7
292762
76