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 789df85 commit ff2f804Copy full SHA for ff2f804
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