AtlasDemos
Platform

Integration evidence

OverviewAuthDataFormFlagsObservabilityA11y & ThemeConsent
Demo Mode

Data is mocked and in-memory only. Break it — nothing persists.

Problem
Production errors arrive without context or a way to correlate requests.
Under the hood
Normalized errors, correlation IDs, Sentry, and structured logs.
Go deeper
Production reliability →

Observability Demo

Demonstrates Sentry error capture, correlation IDs, and structured logging patterns.

Sentry Configuration

SENTRY_DSN

Configured - errors will be captured

Active
Error Capture
Manually capture errors to Sentry with context
API Error with Correlation ID
Trigger an API error and see the correlation ID in the response
Structured Logging
Log events with correlation IDs for request tracing

In production, server-side logs use Pino with automatic request context injection. Client events can be sent to Sentry as breadcrumbs.

Correlation ID Generator
Each API request includes a unique correlation ID for tracing

Correlation IDs link client requests to server logs. They're passed via the x-request-id header and returned in error responses.