koatty_trace
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -0,0 +0,0 @@ /* |
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.13.1](https://github.com/koatty/koatty_trace/compare/v1.13.0...v1.13.1) (2024-11-11) | ||
### Bug Fixes | ||
* undefined ([872684e](https://github.com/koatty/koatty_trace/commit/872684e156ae88a49108a1fc43a0c5416d863273)) | ||
## [1.13.0](https://github.com/koatty/koatty_trace/compare/v1.12.4...v1.13.0) (2024-11-10) | ||
@@ -7,0 +14,0 @@ |
/*! | ||
* @Author: richen | ||
* @Date: 2024-11-11 00:14:00 | ||
* @Date: 2024-11-11 11:41:34 | ||
* @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
/*! | ||
* @Author: richen | ||
* @Date: 2024-11-11 00:13:50 | ||
* @Date: 2024-11-11 11:41:15 | ||
* @License: BSD (3-Clause) | ||
@@ -399,3 +399,3 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
* @LastEditors: Please set LastEditors | ||
* @LastEditTime: 2024-11-10 23:46:14 | ||
* @LastEditTime: 2024-11-11 11:36:33 | ||
* @License: BSD (3-Clause) | ||
@@ -496,3 +496,3 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
const requestIdHeaderName = options.RequestIdHeaderName.toLowerCase(); | ||
const headerRequestIdValue = request.headers[requestIdHeaderName]; | ||
const headerRequestIdValue = ctx.headers[requestIdHeaderName]; | ||
if (koatty_lib.Helper.isArray(headerRequestIdValue)) { | ||
@@ -499,0 +499,0 @@ requestId = headerRequestIdValue.join("."); |
{ | ||
"name": "koatty_trace", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "Full link tracking and error interception for koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# koatty_trace | ||
Full link tracking and error interception for koatty. |
{ | ||
"name": "koatty_trace", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "Full link tracking and error interception for koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# koatty_trace | ||
Full link tracking and error interception for koatty. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
58892