koatty_trace
Advanced tools
Comparing version 1.4.1 to 1.4.3
@@ -8,3 +8,2 @@ "use strict"; | ||
const koatty_exception_1 = require("koatty_exception"); | ||
const uuid_1 = require("uuid"); | ||
const async_hooks_1 = require("async_hooks"); | ||
@@ -19,3 +18,5 @@ const wrap_1 = require("./wrap"); | ||
headerName: 'X-Request-Id', | ||
requestIdFactory: uuid_1.v4, | ||
requestIdFactory: (key = "") => { | ||
return Symbol(key).toString(); | ||
}, | ||
}; | ||
@@ -22,0 +23,0 @@ /** |
{ | ||
"name": "koatty_trace", | ||
"version": "1.4.1", | ||
"version": "1.4.3", | ||
"description": "Full link tracking and error interception for koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
2038464
542