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