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
feat(django): Pick custom urlconf up from request if any (#1308)
Django middlewares sometimes can override `request.urlconf` which we also need to respect in our transaction name resolving.
This fixes an issue (WEB-530) with a customer using `django-tenants` where all their transactions were named `Generic WSGI request` due to the default url resolution failing.
0 commit comments