ProductErrorLog collects errors surfaced by the platform's products. Each entry names the productSlug and optional tenantId, records the level, the error message, and the full stack, plus structured metadata. A fingerprint groups identical errors together so the count can tally repeat occurrences instead of flooding the log. The occurredAt and createdAt timestamps track when the error happened and when it was recorded, giving operators a compact, deduplicated view of what is going wrong and how often.
Technical section
Data model, API, and internals — visible to developers.
