Closed
Description
Sentry instruments calls to cursor.execute
and cursor.executemany
, but misses other database calls when Django opens a connection.
When Django opens a connection, it can make a few queries to configure timezones, auto commit settings and isolation settings.
I think we could instrument DatabaseWrapper.connect
and maybe add more instrumentation to log the initial queries Django makes to initialize a connection.
Metadata
Metadata
Assignees
Labels
No labels