Skip to content

Commit 4148dad

Browse files
authored
Update instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask/__init__.py
1 parent 59a0a0b commit 4148dad

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def _wrapped_app(wrapped_app_environ, start_response):
350350
active_requests_counter.add(1, active_requests_count_attrs)
351351
request_route = None
352352

353-
should_trace = False
353+
should_trace = True
354354

355355
def _start_response(status, response_headers, *args, **kwargs):
356356
nonlocal should_trace

0 commit comments

Comments
 (0)