You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR:aiohttp.server:Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 433, in _handle_request
resp = await request_handler(request)
File "/usr/local/lib/python3.10/site-packages/sentry_sdk/integrations/aiohttp.py", line 129, in sentry_app_handle
transaction.set_http_status(response.status)
AttributeError: 'NoneType' object has no attribute 'status'
According to getsentry/sentry-python#951, this may be a bug with Sentry's aiohttp integration, but it's not clear what the fix or workaround is.
Does this failure in Sentry mean that a lot of our successful responses are actually being reported as failures? Hopefully it's not actually causing failed responses to users?
The text was updated successfully, but these errors were encountered:
@Oliver2213 noticed this in our logs:
According to getsentry/sentry-python#951, this may be a bug with Sentry's aiohttp integration, but it's not clear what the fix or workaround is.
Does this failure in Sentry mean that a lot of our successful responses are actually being reported as failures? Hopefully it's not actually causing failed responses to users?
The text was updated successfully, but these errors were encountered: