mirror of
https://github.com/mauricioabh/arbpulse.git
synced 2026-07-27 15:47:43 +00:00
Add Sentry, Pino logs, and OTel spans on WS pipeline (M2).
Capture REST/WS/SSE errors in Sentry, emit structured pino logs with correlation IDs, and trace the book-tick pipeline to Sentry via OpenTelemetry. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+7
-1
@@ -25,5 +25,11 @@ RECORD_FEED=false
|
||||
|
||||
# API docs — Scalar at GET /api-docs (OpenAPI generated from Zod; no env vars required)
|
||||
|
||||
# Sentry — https://sentry.io (project: arbpulse)
|
||||
# Observability — https://sentry.io (project: arbpulse)
|
||||
SENTRY_DSN=
|
||||
# Structured logs (pino); correlation IDs on REST, SSE, and WS hot path
|
||||
LOG_LEVEL=info
|
||||
|
||||
# Upstash Redis — rate limit on /api/* and short-TTL snapshot cache for GET /api/state
|
||||
UPSTASH_REDIS_REST_URL=
|
||||
UPSTASH_REDIS_REST_TOKEN=
|
||||
|
||||
Reference in New Issue
Block a user