We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcc1df commit 8e6905aCopy full SHA for 8e6905a
instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask/__init__.py
@@ -405,7 +405,6 @@ def _before_request():
405
406
activation = trace.use_span(span, end_on_exit=True)
407
activation.__enter__() # pylint: disable=E1101
408
-
409
flask_request_environ[_ENVIRON_ACTIVATION_KEY] = activation
410
flask_request_environ[_ENVIRON_REQCTX_REF_KEY] = _request_ctx_ref()
411
flask_request_environ[_ENVIRON_SPAN_KEY] = span
0 commit comments