Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instana/core

Package Overview
Dependencies
Maintainers
3
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/core - npm Package Compare versions

Comparing version 1.89.1 to 1.90.0

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc