Accepts errors from the UI client

This endpoint accepts error reports from the UI client, so that we can add observability on UI errors.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Request

recordUiErrorSchema
errorMessagestringRequired
The error message
errorStackstringOptional
The stack trace of the error

Response

This response has no body.

Errors