v4.11
Feature
N+1 query detection
Spanrow now spots a span that runs the same query over and over, and names the loop that does it.
When one span issues the same statement more than five times in a row, the trace view groups those queries into a single row and marks the span.
The root-cause panel shows the call site that ran the loop, with the file and line from your source maps.