Database Support
MySQL
MySQL capture should surface the same core signals as other relational clients: query timing, the order of execution, and enough context to explain the branch that failed.
Pay attention to pooled connection setup. If the pool is created before errorcore initializes, early query instrumentation may be incomplete.
Keep parameter handling conservative. Bound values are often more sensitive than the statement shape itself.