Skip to content

Commit 9d2157e

Browse files
docstring
1 parent 2637c8a commit 9d2157e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/starlette.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ async def _wrap_async_handler(
518518
handler: "Callable[..., Awaitable[Any]]", *args: "Any", **kwargs: "Any"
519519
) -> "Any":
520520
"""
521-
Wraps an asynchronous handler function to attach request info to the server segment span.
521+
Wraps an asynchronous handler function to attach request info to errors and the server segment span.
522522
The request body cached on the Starlette Request object is attached to streamed spans, but consuming the request body in the event
523523
processor can still cause application hangs.
524524
"""

0 commit comments

Comments
 (0)