next.js
d0177fa0 - Tracing: Fix memory leak in span map (#85529)

Commit
74 days ago
Tracing: Fix memory leak in span map (#85529) ## What? Fixes a small retainer object that is inserted on each request and not cleaned up. While at it also swapped array -> Set for the type checks to leverage `has`​ instead of `includes`​.
Author
Parents
Loading