We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
db.system
1 parent eeb340b commit f7f64daCopy full SHA for f7f64da
packages/core/src/integrations/supabase.ts
@@ -362,6 +362,7 @@ function instrumentPostgRESTFilterBuilder(PostgRESTFilterBuilder: PostgRESTFilte
362
'db.schema': typedThis.schema,
363
'db.url': typedThis.url.origin,
364
'db.sdk': typedThis.headers['X-Client-Info'],
365
+ 'db.system': 'postgresql',
366
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.db.supabase',
367
[SEMANTIC_ATTRIBUTE_SENTRY_OP]: `db.${operation}`,
368
};
0 commit comments