Jethro85 commited on
Commit
ab6eaff
·
1 Parent(s): bfe2ef7

log to supabase

Browse files
Files changed (1) hide show
  1. app/templates/base.html +2 -2
app/templates/base.html CHANGED
@@ -92,8 +92,8 @@
92
  headers: { 'Content-Type': 'application/json' },
93
  body: JSON.stringify({
94
  eventType,
95
- vid: window.__visitor_id,
96
- sessionId: window.__session_id,
97
  ...props,
98
  })
99
  });
 
92
  headers: { 'Content-Type': 'application/json' },
93
  body: JSON.stringify({
94
  eventType,
95
+ visitor_id: window.__visitor_id,
96
+ session_id: window.__session_id,
97
  ...props,
98
  })
99
  });