koatty_trace
Advanced tools
Comparing version 1.4.22 to 1.4.24
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.4.24](https://github.com/koatty/koatty_trace/compare/v1.4.22...v1.4.24) (2021-11-26) | ||
### [1.4.22](https://github.com/koatty/koatty_trace/compare/v1.4.18...v1.4.22) (2021-11-23) | ||
@@ -7,0 +9,0 @@ |
@@ -44,2 +44,3 @@ "use strict"; | ||
const respWapper = (currTraceId) => { | ||
ctx.protocol = protocol; | ||
// metadata | ||
@@ -46,0 +47,0 @@ ctx.setMetaData(options.HeaderName, currTraceId); |
@@ -10,3 +10,3 @@ "use strict"; | ||
* @Date: 2021-11-19 00:24:43 | ||
* @LastEditTime: 2021-11-23 14:21:44 | ||
* @LastEditTime: 2021-11-26 15:18:59 | ||
*/ | ||
@@ -49,3 +49,3 @@ const util_1 = require("util"); | ||
ctx.websocket.once("close", (socket, code, reason) => { | ||
koatty_logger_1.DefaultLogger.Error("websocket closed: ", reason.toString()); | ||
koatty_logger_1.DefaultLogger.Error("websocket closed: ", Helper.toString(reason)); | ||
// ctx = null; | ||
@@ -52,0 +52,0 @@ }); |
{ | ||
"name": "koatty_trace", | ||
"version": "1.4.22", | ||
"version": "1.4.24", | ||
"description": "Full link tracking and error interception for koatty.", | ||
@@ -29,3 +29,3 @@ "scripts": { | ||
"koatty_trace", | ||
"thinkkoa" | ||
"koatty" | ||
], | ||
@@ -32,0 +32,0 @@ "engines": { |
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
1816134
779