mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
save event data into both table
This commit is contained in:
parent
0496062be0
commit
891e7f1f5b
3 changed files with 54 additions and 2 deletions
|
|
@ -143,6 +143,7 @@ export const REPORT_PARAMETERS = {
|
|||
export const KAFKA_TOPIC = {
|
||||
event: 'event',
|
||||
eventData: 'event_data',
|
||||
eventDataBlob: 'event_data_blob',
|
||||
} as const;
|
||||
|
||||
export const ROLES = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue