Honeybadger integration (Developer Tools, Security). Imported from open-connector.
https://api.honeybadger.io/v1/notices
| Param | Type | Required | Description |
|---|---|---|---|
| error | object | required | The exception payload sent to the Honeybadger notices endpoint. |
| server | object | optional | Server metadata attached to a Honeybadger notice. |
| request | object | optional | Request metadata attached to a Honeybadger notice. |
/v1/events
| Param | Type | Required | Description |
|---|---|---|---|
| events | array | required | The event objects to serialize into the Honeybadger NDJSON event stream. |
/v1/deploys
| Param | Type | Required | Description |
|---|---|---|---|
| deploy | object | required | The deployment payload sent to Honeybadger. |
/v1/check_in/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Honeybadger check-in id or capability token. |
| slug | string | optional | The Honeybadger check-in slug to report by project API key. |