We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8d3d1 commit 8decb53Copy full SHA for 8decb53
sentry_sdk/integrations/asyncio.py
@@ -78,7 +78,7 @@ async def _task_with_sentry_span_creation() -> "Any":
78
):
79
try:
80
result = await coro
81
- except StopAsyncIteration as e:
+ except StopAsyncIteration:
82
raise
83
except Exception:
84
reraise(*_capture_exception())
0 commit comments