# Feature request As span data is set today, it will not appear in Sentry's Query Module.  ## Describe the solution you'd like Span's must be set in the required format to display in the query module. - [Sentry Queries: Span Eligibility](https://docs.sentry.io/product/performance/queries/#span-eligibility) - [DB Operation Set](https://develop.sentry.dev/sdk/performance/span-operations/#database) ## Describe alternatives you've considered We should comply as much as possible from a client side PoV but it may also be reasonable to add `db.supabase` similar to `db.prisma` ## Additional context Specifically Operation should be - `db.sql.query` or other from [list](https://develop.sentry.dev/sdk/performance/span-operations/#database) - `db.system: postgresql` - description should contain the SQL query