chore: enable verbose error logging on experiment calculations to reveal silent production errors

This commit is contained in:
Christian Vidal Wolf
2026-02-21 21:56:35 +01:00
parent 9259129f95
commit 58cc863748
3 changed files with 23 additions and 10 deletions
+1
View File
@@ -85,6 +85,7 @@ export default async function handler(req: VercelRequest, res: VercelResponse) {
if (req.method === 'PUT') {
const { id } = req.query;
const updates = req.body;
console.log('Update payload for id', id, ':', updates);
const { data, error } = await supabase
.from('experiments')