IO Recording
Database Queries
Database query capture is most useful when the failure is a consequence of data shape or timing rather than a database exception by itself.
14ms SELECT * FROM invoices WHERE status = "overdue"
19ms Error thrown in billing servicePrefer normalized query summaries over raw, high-cardinality SQL text when the full statement is not needed. The goal is readable incident context, not query log duplication.