We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8582cc5 commit 2637c8aCopy full SHA for 2637c8a
1 file changed
sentry_sdk/integrations/starlette.py
@@ -519,7 +519,7 @@ async def _wrap_async_handler(
519
) -> "Any":
520
"""
521
Wraps an asynchronous handler function to attach request info to the server segment span.
522
- The request body cached on the ASGI scope is attached to streamed spans, but consuming the request body in the event
+ The request body cached on the Starlette Request object is attached to streamed spans, but consuming the request body in the event
523
processor can still cause application hangs.
524
525
client = sentry_sdk.get_client()
0 commit comments