You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi/__init__.py
+3-18Lines changed: 3 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -290,11 +290,6 @@ def instrument_app(
290
290
schema_url=_get_schema_url(sem_conv_opt_in_mode),
291
291
)
292
292
293
-
# In order to make traces available at any stage of the request
294
-
# processing - including exception handling - we wrap ourselves as
295
-
# the new, outermost middleware. However in order to prevent
296
-
# exceptions from user-provided hooks of tearing through, we wrap
0 commit comments