sentry-python
sentry-python copied to clipboard
Set database operation attribute in asyncpg
Problem Statement
Attach attributes to spans for SQL statements according to https://github.com/getsentry/sentry-docs/pull/15194.
Solution Brainstorm
Filter on the operation and add the attribute value.