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 3819888 commit 5b27acdCopy full SHA for 5b27acd
sentry_sdk/integrations/litestar.py
@@ -91,8 +91,8 @@ def _capture_request_exception(self, exc):
91
# type: (Exception) -> None
92
"""Avoid catching exceptions from request handlers.
93
94
- Those exceptions are already caught in Litestar.after_exception handler.
95
- We still catch exceptions from lifespan handlers.
+ Those exceptions are already han in Litestar.after_exception handler.
+ We still catch exceptions from application lifespan handlers.
96
"""
97
pass
98
0 commit comments