Capture Errors
Send errors to Reflex via the API.Capture Exception
Request
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
exception.type | string | Yes | Exception class name |
exception.message | string | Yes | Error message |
exception.backtrace | array | No | Stack trace lines |
level | string | No | Severity: warning, error, fatal |
user | object | No | User context |
tags | object | No | Indexed tags |
extra | object | No | Additional data |
breadcrumbs | array | No | Events before error |
context | object | No | Request/environment context |