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
dd-trace-api: don't proxy objects returned from callbacks (#5240)
Some APIs (pretty much just trace) return whatever value is returned
from a callback passed in. Without providing for this, this would trip
up the check that returned objects are proxied. We don't want to proxy
these objects since they come directly from the caller.
0 commit comments