We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14c9c5 commit 5ce5ee9Copy full SHA for 5ce5ee9
packages/core/src/integrations/supabase.ts
@@ -11,6 +11,7 @@ import { continueTrace, setHttpStatus, SPAN_STATUS_ERROR, SPAN_STATUS_OK, startS
11
import type { IntegrationFn } from '../types-hoist/integration';
12
import { isPlainObject } from '../utils/is';
13
import { logger } from '../utils/logger';
14
+import { getTraceData } from '../utils/traceData';
15
16
export interface SupabaseClientConstructor {
17
prototype: {
0 commit comments