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

@@ -29,6 +29,7 @@ export function getStringHeaders(headers: FastifyRequest['headers']) {
'openpanel-sdk-name',
'openpanel-sdk-version',
'openpanel-client-id',
'request-id',
],
headers,
),