Docs / Quickstart
Quickstart
From empty account to a grouped issue in the dashboard.
- 01Create an account on the dashboard
- 02Create an organization and project
- 03Create a project API key (shown once)
- 04Send your first event
- 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).