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
Hi, looking at xray's source code I can see that for Django extension it is possible to trace sanitized_query and have the full SQL query in xray interface.
I'm wondering if there was any reason not to do it for Psycopg2? And also if there is some way to patch this at runtime?