koatty_trace
Advanced tools
Comparing version 1.11.1 to 1.11.2-0
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.11.2-0](https://github.com/koatty/koatty_trace/compare/v1.11.1...v1.11.2-0) (2024-01-14) | ||
### Bug Fixes | ||
* requsetid取值 ([222ca8d](https://github.com/koatty/koatty_trace/commit/222ca8d13ac1148ad3d5c5a0cbad9e51ff3f78d8)) | ||
### [1.11.1](https://github.com/koatty/koatty_trace/compare/v1.11.1-0...v1.11.1) (2024-01-14) | ||
@@ -7,0 +14,0 @@ |
/*! | ||
* @Author: richen | ||
* @Date: 2024-01-14 23:01:02 | ||
* @Date: 2024-01-15 07:45:21 | ||
* @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
/*! | ||
* @Author: richen | ||
* @Date: 2024-01-14 23:00:49 | ||
* @Date: 2024-01-15 07:45:08 | ||
* @License: BSD (3-Clause) | ||
@@ -437,3 +437,3 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
* @LastEditors: Please set LastEditors | ||
* @LastEditTime: 2024-01-14 22:03:15 | ||
* @LastEditTime: 2024-01-14 23:19:54 | ||
* @License: BSD (3-Clause) | ||
@@ -540,3 +540,3 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
requestId = `${ctx.getMetaData(options.RequestIdName)[0]}` || | ||
`${request[options.RequestIdName]}`; | ||
`${request[options.RequestIdName] || ''}`; | ||
break; | ||
@@ -546,3 +546,3 @@ default: | ||
requestId = ctx.headers[requestIdHeaderName] || | ||
`${ctx.query[options.RequestIdName]}`; | ||
`${ctx.query[options.RequestIdName] || ''}`; | ||
break; | ||
@@ -549,0 +549,0 @@ } |
{ | ||
"name": "koatty_trace", | ||
"version": "1.11.1", | ||
"version": "1.11.2-0", | ||
"description": "Full link tracking and error interception for koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
{ | ||
"name": "koatty_trace", | ||
"version": "1.11.1", | ||
"version": "1.11.2-0", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
53969
1