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 975d061 commit 9c2aa4dCopy full SHA for 9c2aa4d
dev-packages/e2e-tests/test-applications/supabase-nextjs/lib/initSupabaseAnon.ts
@@ -9,7 +9,7 @@ const NEXT_PUBLIC_SUPABASE_ANON_KEY =
9
export const getSupabaseClient = () => {
10
const supabaseClient = createClient(NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY);
11
12
- Sentry.instrumentSupabaseClient({ supabaseClient });
+ Sentry.instrumentSupabaseClient(supabaseClient);
13
14
return supabaseClient;
15
};
0 commit comments