Skip to content

Commit

Permalink
feat: arg render_path_parameters default False
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerzhang authored and Jagerzhang committed Sep 25, 2024
1 parent e5529d8 commit 6aa9e8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def instrument_app(
http_capture_headers_server_response: list[str] | None = None,
http_capture_headers_sanitize_fields: list[str] | None = None,
exclude_spans: list[Literal["receive", "send"]] | None = None,
render_path_parameters: bool = True,
render_path_parameters: bool = False,
):
"""Instrument an uninstrumented FastAPI application.
Expand Down

0 comments on commit 6aa9e8d

Please sign in to comment.