Skip to content

Commit 8e6905a

Browse files
weakref version, attempting other branch now
1 parent 4bcc1df commit 8e6905a

File tree

1 file changed

+0
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ def _before_request():
405405

406406
activation = trace.use_span(span, end_on_exit=True)
407407
activation.__enter__() # pylint: disable=E1101
408-
409408
flask_request_environ[_ENVIRON_ACTIVATION_KEY] = activation
410409
flask_request_environ[_ENVIRON_REQCTX_REF_KEY] = _request_ctx_ref()
411410
flask_request_environ[_ENVIRON_SPAN_KEY] = span

0 commit comments

Comments
 (0)