Skip to content

Commit ddd4837

Browse files
committed
Removed obsolete comment
1 parent dc863e6 commit ddd4837

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sentry_sdk/integrations/asgi.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ async def _run_app(self, scope, receive, send):
182182
with hub.start_transaction(
183183
transaction, custom_sampling_context={"asgi_scope": scope}
184184
):
185-
# XXX: Would be cool to have correct span status, but we
186-
# would have to wrap send(). That is a bit hard to do with
187-
# the current abstraction over ASGI 2/3.
188185
try:
189186

190187
async def _sentry_wrapped_send(event):

0 commit comments

Comments
 (0)