We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84760ef commit 153f3c8Copy full SHA for 153f3c8
instrumentation/opentelemetry-instrumentation-wsgi/src/opentelemetry/instrumentation/wsgi/__init__.py
@@ -706,7 +706,7 @@ def __call__(
706
self._sem_conv_opt_in_mode,
707
)
708
iterable = self.wsgi(environ, start_response)
709
- return _iterate_and_close_with_span(iterable, span)
+ return _iterate_and_close_with_span(iterable, span, token)
710
except Exception as ex:
711
if _report_new(self._sem_conv_opt_in_mode):
712
req_attrs[ERROR_TYPE] = type(ex).__qualname__
0 commit comments