Skip to content

Commit 66e811f

Browse files
call correct method
1 parent 6ecafb5 commit 66e811f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/asgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ async def _sentry_wrapped_send(
336336
)
337337
except Exception as exc:
338338
if self.suppress_chained_exceptions:
339-
self._capture_lifespan_exception(exc)
339+
self._capture_request_exception(exc)
340340
raise exc from None
341341

342342
exc_info = sys.exc_info()

0 commit comments

Comments
 (0)