trails/apps
Ullrich Schäfer 4ba98fa8f2
feat(planner): per-request requestId propagated through logs
Mirrors PR #429 for the planner app. Each HTTP request now gets a
requestId (inbound X-Request-Id honored, otherwise a fresh UUID),
echoed on the response, and propagated to every downstream log call via
AsyncLocalStorage + pino's \`mixin\`.

Tests: planner logger.server.test.ts (2 cases, same shape as the
journal version).

Full repo: pnpm typecheck, pnpm lint, pnpm test all green.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 22:43:58 +02:00
..
journal fix(journal): reuse a dedicated pool for /api/health instead of per-call connect 2026-05-24 12:37:09 +02:00
mobile Add Jest mock for expo-crypto 2026-05-24 11:54:50 +02:00
planner feat(planner): per-request requestId propagated through logs 2026-05-25 22:43:58 +02:00