How do you use Sentry?
Self-hosted/on-premise
Version
1.9.4
Steps to Reproduce
I guess it's incorrect attribute name is checking here:
|
is_http_server_error = hasattr(exp, "staus_code") and exp.status_code >= 500 |
Expected Result
status_code
Actual Result
staus_code
How do you use Sentry?
Self-hosted/on-premise
Version
1.9.4
Steps to Reproduce
I guess it's incorrect attribute name is checking here:
sentry-python/sentry_sdk/integrations/starlette.py
Line 149 in 8588dbe
Expected Result
status_code
Actual Result
staus_code