mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: set network telemetry client version on server (#14376)
This commit is contained in:
@ -733,6 +733,7 @@ func (c *Conn) SendConnectedTelemetry(ip netip.Addr, application string) {
|
||||
c.telemetryStore.markConnected(&ip, application)
|
||||
e := c.newTelemetryEvent()
|
||||
e.Status = proto.TelemetryEvent_CONNECTED
|
||||
e.ConnectionSetup = durationpb.New(time.Since(c.createdAt))
|
||||
c.sendTelemetryBackground(e)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user