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
In the PR adding wrapt 2 conversion we converted all the ObjectProxy users to BaseObjectProxy. Problem is that BaseObjectProxy does not implemented __iter__ and so when wrapping iterable object we break that.
In the PR adding wrapt 2 conversion we converted all the ObjectProxy users to BaseObjectProxy. Problem is that BaseObjectProxy does not implemented
__iter__and so when wrapping iterable object we break that.Possible regressions:
__iter__opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-grpc/src/opentelemetry/instrumentation/grpc/_aio_server.py
Line 33 in 34bfc28