A lightweight HTTP endpoint for collecting application events, crash reports and usage metrics. Batched delivery, no SDK required.
POST /api/v3/report
Content-Type: application/json
{ "app": "your-app", "events": [ { "name": "session_start", "ts": 1754380800 } ] }
Buffer events client-side and flush on your own schedule. No per-event round trips.
Send arbitrary JSON payloads. Fields are indexed on ingest, no migrations.
Configurable windows per project, from 7 to 400 days.