-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Developer Tools
The curent implementation in telemetry.ts makes it so that when we succeed sending events, we're clearing the event cache. Since `sendEvents` is async, that means that it's possible another event has been reported in the meantime, which we'll now discard.