feat: send message type to opt-in telemetry service

This commit is contained in:
Richard Ramos 2023-01-26 11:07:35 -04:00 committed by RichΛrd
parent fc03393e1b
commit 6072bd17ab
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ func (c *Client) PushReceivedMessages(filter transport.Filter, sshMessage *types
"messageId": message.ID,
"sentAt": sshMessage.Timestamp,
"topic": filter.Topic.String(),
"messageType": message.Type.String(),
"receiverKeyUID": c.keyUID,
"nodeName": c.nodeName,
})