@aspecto/logger
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -55,5 +55,5 @@ "use strict"; | ||
return; | ||
let traceId; | ||
let contextTraceId; | ||
try { | ||
traceId = (_d = (_c = (_b = (_a = api_1.trace) === null || _a === void 0 ? void 0 : _a.getTracer(metadata.appName)) === null || _b === void 0 ? void 0 : _b.getCurrentSpan()) === null || _c === void 0 ? void 0 : _c.context()) === null || _d === void 0 ? void 0 : _d.traceId; | ||
contextTraceId = (_d = (_c = (_b = (_a = api_1.trace) === null || _a === void 0 ? void 0 : _a.getTracer(metadata.appName)) === null || _b === void 0 ? void 0 : _b.getCurrentSpan()) === null || _c === void 0 ? void 0 : _c.context()) === null || _d === void 0 ? void 0 : _d.traceId; | ||
} | ||
@@ -65,3 +65,3 @@ catch (_e) { } | ||
metadata, | ||
traceId | ||
contextTraceId | ||
}; | ||
@@ -68,0 +68,0 @@ if (extra instanceof Error) { |
{ | ||
"name": "@aspecto/logger", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16
219
15192