Skip to content

Commit ff2f804

Browse files
committed
Add missing import
1 parent 789df85 commit ff2f804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/integrations/supabase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { continueTrace, setHttpStatus, SPAN_STATUS_ERROR, SPAN_STATUS_OK, startS
1111
import type { IntegrationFn } from '../types-hoist/integration';
1212
import { isPlainObject } from '../utils/is';
1313
import { logger } from '../utils/logger';
14+
import { getTraceData } from '../utils/traceData';
1415

1516
export interface SupabaseClientConstructor {
1617
prototype: {

0 commit comments

Comments
 (0)