Modules

Errors module

Exception capture, fingerprinting, grouping, and triage for Cuitty services.

Errors module

The errors module captures exceptions, computes a stable fingerprint, groups related occurrences, and exposes grouped reads for triage.

What it captures

Capture

POST /api/errors/capture

Unknown fields are kept in metadata so SDKs can ship richer context without a schema migration for every framework.

Reads

EndpointReturns
GET /api/errors/statusModule health
GET /api/errors/groups?project_id=...Grouped exceptions
GET /api/errors/groups/{fingerprint}Group detail and recent occurrences

Product page: Errors.