next.js
d0177fa0
- Tracing: Fix memory leak in span map (#85529)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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`.
References
#85529 - Tracing: Fix memory leak in span map
Author
timneutkens
Parents
2c56a693
Loading