mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 13:25:23 +02:00
chore: enable verbose error logging on experiment calculations to reveal silent production errors
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user