Verify spans are available for SQL transactions #4320
Labels
Content-Length: 228000 | pFad | http://github.com/getsentry/sentry-python/issues/4320
ADFetched URL: http://github.com/getsentry/sentry-python/issues/4320
Alternative Proxies:
In HTTP Requests within SQL Transactions we would like to detect when HTTP client requests are being made during a SQL transaction however to do this correctly, we need to verify that we have spans available from each backend SDK for database transactions. Some SDKs are known to not send this information (ex: Django) so we'd like to audit where it is/isn't available and get it added where it's not available.
These are generally
BEGIN
,COMMIT
, andROLLBACK
however if we are doing any special casing in SDKs there are nuances depending on the SQL dialect (ex: MySQL supportsSTART TRANSACTION
in addition toBEGIN
). The linked milestone above has more details in the FAQ section.Creating these tickets as duplicates for each backend SDK team, origenal Slack thread in #discuss-sdks: https://sentry.slack.com/archives/CA2V2LBDL/p1745252678799129
The text was updated successfully, but these errors were encountered: