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 4c64b46 commit 37ac4fbCopy full SHA for 37ac4fb
instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask/__init__.py
@@ -331,6 +331,7 @@ def _rewrapped_app(
331
sem_conv_opt_in_mode=_StabilityMode.DEFAULT,
332
duration_histogram_new=None,
333
):
334
+ # pylint: disable=too-many-statements
335
def _wrapped_app(wrapped_app_environ, start_response):
336
# We want to measure the time for route matching, etc.
337
# In theory, we could start the span here and use
0 commit comments