@instana/core
Advanced tools
Comparing version 2.26.2 to 2.26.3
@@ -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 @@ |
{ | ||
"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 @@ } |
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
752697
9