mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Session properties.
This commit is contained in:
parent
deb9dd60df
commit
fc1fc5807e
10 changed files with 64 additions and 22 deletions
|
|
@ -80,9 +80,9 @@ async function clickhouseQuery(data: {
|
|||
}) {
|
||||
const { websiteId, sessionId, sessionData } = data;
|
||||
|
||||
const { insert } = clickhouse;
|
||||
const { insert, getUTCString } = clickhouse;
|
||||
const { sendMessages } = kafka;
|
||||
const createdAt = new Date().toISOString();
|
||||
const createdAt = getUTCString();
|
||||
|
||||
const jsonKeys = flattenJSON(sessionData);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue