Django rest framework token authentication user not getting identified

sentry is logging the IP address in the user field and not the user obtained from the token.

Hi, can you confirm that your http request contains a user attribute? This is what the SDK reads and according to DRF docs this should contain an authenticated user object.

I’m seeing the same problem. Only the IP is getting logged and not the user.

i have the same problem… using DRF with JWT Auth