Fix boolean event data.

This commit is contained in:
Brian Cao 2023-04-30 22:55:54 -07:00
parent dcb9f69c43
commit 65ebb26a70
3 changed files with 5 additions and 3 deletions

View file

@ -30,6 +30,8 @@ export function TestConsole() {
window.umami.track('track-event-with-data', {
data: {
test: 'test-data',
boolean: true,
booleanError: 'true',
time: new Date(),
number: 1,
time2: new Date().toISOString(),