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.92.2 to 1.92.3

4

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

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