-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Telemetry Data
-
None
-
2
-
Not Needed
-
Iteration Jellyfish, Iteration Lobster, Iteration Quahog, Iteration Ragfish, Iteration Seahorse, Iteration Turtle, Iteration Unicornfish, Iteration Velvet Crab
See thread: https://mongodb.slack.com/archives/G2L10JAV7/p1662621306480259
If await getCloudInfo() times out we cast undefined to false and this skews our telemetry info.
Amplitude works just fine with undefined. Rather leave those as undefined (ie. "unknown").
I don't know how often this is wrong in "production", but it is actually always wrong (to various degrees) in our tests and CI.