Skip to content

Commit 153f3c8

Browse files
committed
undo mistake
1 parent 84760ef commit 153f3c8

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-wsgi/src/opentelemetry/instrumentation/wsgi

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-wsgi/src/opentelemetry/instrumentation/wsgi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def __call__(
706706
self._sem_conv_opt_in_mode,
707707
)
708708
iterable = self.wsgi(environ, start_response)
709-
return _iterate_and_close_with_span(iterable, span)
709+
return _iterate_and_close_with_span(iterable, span, token)
710710
except Exception as ex:
711711
if _report_new(self._sem_conv_opt_in_mode):
712712
req_attrs[ERROR_TYPE] = type(ex).__qualname__

0 commit comments

Comments
 (0)