Skip to main content
POST
/
api
/
v1
/
system
/
report-error
Report a client-side error to the backend
curl --request POST \
  --url https://monitor.aevr.space/api/v1/system/report-error \
  --header 'Content-Type: application/json' \
  --data '
{
  "digest": "<string>",
  "message": "<string>",
  "stack": "<string>",
  "path": "<string>"
}
'

Body

application/json
digest
string
message
string
stack
string
path
string

Response

200

Error reported