fix: remove device id from event logs (#352)

This commit is contained in:
cthomas
2025-12-22 16:19:18 -08:00
committed by GitHub
parent 14285d170a
commit 21a89a6220

View File

@@ -174,7 +174,6 @@ class TelemetryManager {
data: {
...data,
session_id: this.sessionId,
device_id: this.deviceId || undefined,
agent_id: this.currentAgentId || undefined,
},
};