Skip to content

Commit f7f64da

Browse files
committed
Add db.system attribute
1 parent eeb340b commit f7f64da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/integrations/supabase.ts

+1
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ function instrumentPostgRESTFilterBuilder(PostgRESTFilterBuilder: PostgRESTFilte
362362
'db.schema': typedThis.schema,
363363
'db.url': typedThis.url.origin,
364364
'db.sdk': typedThis.headers['X-Client-Info'],
365+
'db.system': 'postgresql',
365366
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.db.supabase',
366367
[SEMANTIC_ATTRIBUTE_SENTRY_OP]: `db.${operation}`,
367368
};

0 commit comments

Comments
 (0)