Sign in

Create iOS crash report v3

documented

Submit an iOS crash report (v3).

POST /api/v3/projects/{project_id}/ios-reports?key=PROJECT_KEYiOS crash reports v3no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.airbrake.io/api/v3/projects/{{$project_id}}/ios-reports?key={{AIRBRAKE_API_KEY}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"report": "{{$report_text}}", "context": {"os_version": "{{$os_version}}", "app_version": "{{$app_version}}"}}'