mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
Fix boolean event data.
This commit is contained in:
parent
dcb9f69c43
commit
65ebb26a70
3 changed files with 5 additions and 3 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue