Live stream
The Live view shows requests as they arrive — useful during deploys, incidents, and SDK verification.
How to open
- 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
| Scenario | Why |
|---|---|
| First SDK integration | Confirm events without waiting for aggregates |
| Deploy verification | Watch traffic shape after release |
| Incident debugging | See failing routes in real time |
Requirements
- Valid SDK key sending to the same project
- Network path from your app →
ingest.amlexia.comopen - 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.
