next.js
b5c662b3 - Turbopack: flatten trace when it reaches cut off depth (#88118)

Commit
191 days ago
Turbopack: flatten trace when it reaches cut off depth (#88118) ### What? Previously when the trace depth reaches 150 it ignored the spans and therefore lost time. This fixes it by flattening spans instead of dropping them. This keeps the time, but still restricts the depth. Also limits depth to 80 instead of 150 which is more reasonable.
Author
Parents
Loading