Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/sveltekit
SDK Version
10.25.0
Framework Version
SvelteKit 2.21.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
see internally
Steps to Reproduce
SQL queries used to appear in the “Queries” view, but now no DB spans appear at all. Postgres instrumentation should be auto-enabled in SvelteKit, but it seems inactive.
Even after setting tracesSampleRate to 1,
op: "db.sql.query" or db.system = "postgresql" or any database-related spans. This suggests auto-instrumentation is not working as expected.
Expected Result
Queries appear on the Backend -> Queries page
Actual Result
Queries don't currently appear on the Backend -> Queries page
Additional Context
PG version: pg: 8.16.0 (used by remult)
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it.
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/sveltekit
SDK Version
10.25.0
Framework Version
SvelteKit 2.21.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
see internally
Steps to Reproduce
SQL queries used to appear in the “Queries” view, but now no DB spans appear at all. Postgres instrumentation should be auto-enabled in SvelteKit, but it seems inactive.
Even after setting
tracesSampleRateto 1,op: "db.sql.query"ordb.system = "postgresql"or any database-related spans. This suggests auto-instrumentation is not working as expected.Expected Result
Queries appear on the Backend -> Queries page
Actual Result
Queries don't currently appear on the Backend -> Queries page
Additional Context
PG version: pg: 8.16.0 (used by remult)
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it.