Skip to content

Commit 3c1e23d

Browse files
committed
Add missing import
1 parent ca43d3f commit 3c1e23d

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
@@ -12,6 +12,7 @@ import type { IntegrationFn } from '../types-hoist/integration';
1212
import { debug } from '../utils/debug-logger';
1313
import { isPlainObject } from '../utils/is';
1414
import { addExceptionMechanism } from '../utils/misc';
15+
import { getTraceData } from '../utils/traceData';
1516

1617
export interface SupabaseClientConstructor {
1718
prototype: {

0 commit comments

Comments
 (0)