@autofleet/rabbit 3.0.1-beta8 → 3.0.1-beta9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -0
- package/package.json +1 -1
- package/src/index.ts +3 -0
package/dist/index.js
CHANGED
|
@@ -382,6 +382,9 @@ class RabbitMq {
|
|
|
382
382
|
traceId2: outbreakTrace?.context?.get(consts_1.TRACING_HEADER),
|
|
383
383
|
});
|
|
384
384
|
}
|
|
385
|
+
logger_1.default.info('rabbit consume - third trace', {
|
|
386
|
+
trace: zehut_1.getCurrentPayload(),
|
|
387
|
+
});
|
|
385
388
|
if (auditContext) {
|
|
386
389
|
await auditContext(queue);
|
|
387
390
|
}
|
package/package.json
CHANGED