Skip to content

Live stream

The Live view shows requests as they arrive — useful during deploys, incidents, and SDK verification.

How to open

  1. app.amlexia.com → project → Live.

What you see

Each line typically includes:

  • HTTP method and endpoint
  • Status code (color-coded)
  • Latency
  • Provider (when detected)
  • Timestamp

Data is pushed over Server-Sent Events (SSE) from the dashboard API.

When to use Live

ScenarioWhy
First SDK integrationConfirm events without waiting for aggregates
Deploy verificationWatch traffic shape after release
Incident debuggingSee failing routes in real time

Requirements

  • Valid SDK key sending to the same project
  • Network path from your app → ingest.amlexia.com open
  • Dashboard logged in with access to that project

Not showing data?

See Quick start — troubleshooting and verify AMLEXIA_SDK_KEY and shutdown() on short-lived processes.