8000 Django WSGI integration logs exceptions with odd titles · Issue #209 · getsentry/sentry-python · GitHub
[go: up one dir, main page]

Skip to content

Django WSGI integration logs exceptions with odd titles #209

@beaugunderson

Description

@beaugunderson

For example:

screen shot 2018-12-14 at 10 57 00

We have hundreds of these, and they don't seem to group correctly either. They do group correctly, as shown in the screenshot below. It's just confusing because they all start with the same string.

In this specific case the root cause seems to be WSGI returning a 403 response because someone made a request to an endpoint that requires authorization without being logged in...

The other confounding factor here is that the view in question is a Django Rest Framework APIView.

I had a little bit of trouble tracking this down because it doesn't seem to happen when using Django's runserver but it does underneath uwsgi. Still tracking down what causes this to happen in production but locally...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0