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 c3050ce commit 557c418Copy full SHA for 557c418
1 file changed
sentry_sdk/integrations/_asgi_common.py
@@ -104,7 +104,8 @@ def _get_ip(asgi_scope: "Any") -> str:
104
105
106
def _get_request_data(
107
- asgi_scope: "Any", root_path_in_path: "_RootPathInPath" = _RootPathInPath.EXCLUDED
+ asgi_scope: "Any",
108
+ root_path_in_path: "_RootPathInPath",
109
) -> "Dict[str, Any]":
110
"""
111
Returns data related to the HTTP request from the ASGI scope.
@@ -135,7 +136,7 @@ def _get_request_data(
135
136
137
def _get_request_attributes(
138
asgi_scope: "Any",
- root_path_in_path: "_RootPathInPath" = _RootPathInPath.EXCLUDED,
139
140
) -> "dict[str, Any]":
141
142
Return attributes related to the HTTP request from the ASGI scope.
0 commit comments