Skip to main content

Accepts errors from the UI client

POST /api/admin/record-ui-error

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

Request

Body

required

recordUiErrorSchema

  • errorMessage string required

    The error message

  • errorStack string

    The stack trace of the error

Responses

This response has no body.

Loading...