koatty_trace
Advanced tools
Comparing version 1.8.2 to 1.8.4
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.8.4](https://github.com/koatty/koatty_trace/compare/v1.8.2...v1.8.4) (2023-02-26) | ||
### Bug Fixes | ||
* set span in metadata ([3879d44](https://github.com/koatty/koatty_trace/commit/3879d443a9640fc750323ef7af4b7fcda5f58bb4)) | ||
### [1.8.2](https://github.com/koatty/koatty_trace/compare/v1.8.0...v1.8.2) (2023-02-26) | ||
@@ -7,0 +14,0 @@ |
/*! | ||
* @Author: richen | ||
* @Date: 2023-02-26 13:48:27 | ||
* @Date: 2023-02-26 14:24:03 | ||
* @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
/*! | ||
* @Author: richen | ||
* @Date: 2023-02-26 13:48:10 | ||
* @Date: 2023-02-26 14:23:49 | ||
* @License: BSD (3-Clause) | ||
@@ -528,2 +528,3 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
span.addTags({ requestId }); | ||
ctx.setMetaData("tracer_span", span); | ||
return asyncLocalStorage.run(requestId, () => { | ||
@@ -530,0 +531,0 @@ const asyncResource = createAsyncResource(); |
{ | ||
"name": "koatty_trace", | ||
"version": "1.8.2", | ||
"version": "1.8.4", | ||
"description": "Full link tracking and error interception for koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
{ | ||
"name": "koatty_trace", | ||
"version": "1.8.2", | ||
"version": "1.8.4", | ||
"description": "Full link tracking and error interception for koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
49548
1138