sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Incorrect attribute check

Open decaz opened this issue 3 years ago • 0 comments

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: https://github.com/getsentry/sentry-python/blob/8588dbeb023a124c6f8c35b66391a7d8caa8bf35/sentry_sdk/integrations/starlette.py#L149

Expected Result

status_code

Actual Result

staus_code

decaz avatar Aug 12 '22 15:08 decaz