Demonstrates Sentry error capture, correlation IDs, and structured logging patterns.
SENTRY_DSN
Configured - errors will be captured
In production, server-side logs use Pino with automatic request context injection. Client events can be sent to Sentry as breadcrumbs.
Correlation IDs link client requests to server logs. They're passed via the x-request-id header and returned in error responses.