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
+1-1
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ def instrument_app(
252
252
http_capture_headers_server_request: Optional list of HTTP headers to capture from the request.
253
253
http_capture_headers_server_response: Optional list of HTTP headers to capture from the response.
254
254
http_capture_headers_sanitize_fields: Optional list of HTTP headers to sanitize.
255
-
exclude_spans: Optionally exclude http `send` and/or `receive` span from the trace.
255
+
exclude_spans: Optionally exclude HTTP `send` and/or `receive` spans from the trace.
0 commit comments