---
title: "Report a frontend error"
method: POST
path: "/logs/frontend_error"
tags: ["logs"]
---

# Report a frontend error

`POST /logs/frontend_error`

SPA ErrorBoundary hook. POSTs an Error.message / Error.stack / URL trio; the backend writes a structured warn-level log line attributed to the authenticated individual. No persistence — surfaces in the live log stream.

## Request body

- FrontendErrorsReportInput
  - `message` string
  - `stack` string
  - `url` string

## Response `200`

OK

- FrontendErrorsAck
  - `ok` boolean

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
