fix(backend): set messageID = 0 for perf events in CH connector
This commit is contained in:
parent
5c7d4205a0
commit
71609a19c3
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ func (c *connectorImpl) InsertWebPerformanceTrackAggr(session *types.Session, ms
|
|||
if err := c.batches["performance"].Append(
|
||||
session.SessionID,
|
||||
uint16(session.ProjectID),
|
||||
msg.MessageID,
|
||||
0, // TODO: find messageID for performance events
|
||||
datetime(timestamp),
|
||||
nullableString(msg.Meta().Url),
|
||||
uint8(msg.MinFPS),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue