Skip to content

Commit 83902e7

Browse files
committed
Fix test usage
1 parent 2c638eb commit 83902e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/supabase-nextjs/lib/initSupabaseAdmin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const getSupabaseClient = () => {
1515
},
1616
});
1717

18-
Sentry.instrumentSupabaseClient({ supabaseClient });
18+
Sentry.instrumentSupabaseClient(supabaseClient);
1919

2020
return supabaseClient;
2121
};

0 commit comments

Comments
 (0)