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.95.0 to 1.95.1

4

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

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