Talaria

Docs / Quickstart

Quickstart

From empty account to a grouped issue in the dashboard.

  1. 01Create an account on the dashboard
  2. 02Create an organization and project
  3. 03Create a project API key (shown once)
  4. 04Send your first event
  5. 05Open Issues in the dashboard

Send with HTTP

first-event.shbash
curl -X POST https://api.newtalaria.com/v1/events \
  -H "Content-Type: application/json" \
  -H "X-API-Key: tal_live_YOUR_KEY" \
  -d '{
    "message": "Hello from curl",
    "level": "error",
    "environment": "development"
  }'

Send with an SDK

Prefer a client library? Pick your language from the SDKs hub (Dart, PHP, and more as they ship).