You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(observability): address review findings from improve-core-logging
- Pre-compute header name strings once at RequestLoggerMiddleware
construction instead of per-request to avoid redundant allocations
- Add product_id to all operational log lines that had vendor_id and
marketplace_id for consistent per-product filtering
- Replace sanitizeURL (kept path) with extractTargetHost (host only) in
the transaction context parsed DEBUG log to prevent path segments from
leaking sensitive data (e.g. /users/alice@example.com)
- Add target_host to allow-list rejection log and remove misleading
comment that described intent that wasn't implemented
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments