You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that even when middleware tracing is disabled all of the middleware is still wrapped in shimmer.js functions. When we have very high volumes of requests GC increases significantly and the DD profiler shows a lot of time spent in shimmer.js functions including copyProperties and wrapMethod. Is it possible to not even wrap the middleware with shimmer.js when middleware tracing is disabled instead of just skipping the tracing steps?
Is your feature request related to a problem?
High CPU/GC
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Package Name
No response
Package Version(s)
No response
Describe the feature you'd like
It appears that even when middleware tracing is disabled all of the middleware is still wrapped in shimmer.js functions. When we have very high volumes of requests GC increases significantly and the DD profiler shows a lot of time spent in shimmer.js functions including copyProperties and wrapMethod. Is it possible to not even wrap the middleware with shimmer.js when middleware tracing is disabled instead of just skipping the tracing steps?
Is your feature request related to a problem?
High CPU/GC
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: