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

@instana/core

Package Overview
Dependencies
Maintainers
2
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 2.26.2 to 2.26.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.26.3](https://github.com/instana/nodejs/compare/v2.26.2...v2.26.3) (2023-07-20)
### Bug Fixes
* **collector:** reduce warnings when exit span cannot be started ([#827](https://github.com/instana/nodejs/issues/827)) ([d0d82cf](https://github.com/instana/nodejs/commit/d0d82cfa4562129cf1de32afef853764e9f7d1a5))
## [2.26.2](https://github.com/instana/nodejs/compare/v2.26.1...v2.26.2) (2023-07-17)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@instana/core",
"version": "2.26.2",
"version": "2.26.3",
"description": "Core library for Instana's Node.js packages",

@@ -143,3 +143,3 @@ "main": "src/index.js",

},
"gitHead": "9f134081774a882f54a6d8a26b265e35e2bbd0ca"
"gitHead": "b520969531bfa64f8eb5e0173d88b0a8122cb8a1"
}

@@ -62,3 +62,3 @@ /*

if (kind === constants.EXIT && cls.skipExitTracing()) {
if (kind === constants.EXIT && cls.skipExitTracing({ log: false })) {
return;

@@ -65,0 +65,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