fix(worker): add reqId to logger for better traceability

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-19 10:33:42 +01:00
parent c4258bbccd
commit 59012526e2
5 changed files with 25 additions and 5 deletions

View File

@@ -143,6 +143,8 @@ export interface IServiceEvent {
properties: Record<string, unknown> & {
hash?: string;
query?: Record<string, unknown>;
__reqId?: string;
__user_agent?: string;
};
createdAt: Date;
country?: string | undefined;