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 ca43d3f commit 3c1e23dCopy full SHA for 3c1e23d
packages/core/src/integrations/supabase.ts
@@ -12,6 +12,7 @@ import type { IntegrationFn } from '../types-hoist/integration';
12
import { debug } from '../utils/debug-logger';
13
import { isPlainObject } from '../utils/is';
14
import { addExceptionMechanism } from '../utils/misc';
15
+import { getTraceData } from '../utils/traceData';
16
17
export interface SupabaseClientConstructor {
18
prototype: {
0 commit comments