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
The existing Psycopg2 instrumentation works great. It's likely that we would be able to reuse most of that instrumentation code and refactor some concepts to share between the instrumentation.
It might be a bit complicated though because the artifact coordinates have changed from psycopg2 to psycopg with a version 3.x.
Is your feature request related to a problem?
No
Describe the solution you'd like
The existing Psycopg2 instrumentation works great. It's likely that we would be able to reuse most of that instrumentation code and refactor some concepts to share between the instrumentation.
It might be a bit complicated though because the artifact coordinates have changed from psycopg2 to psycopg with a version 3.x.
Describe alternatives you've considered
N/A
Additional context
Django 4.2 now supports Psycopg3
The text was updated successfully, but these errors were encountered: