Description
We're using getMachineIdSync
in the global scope which blocks the entire thread at startup regardless of us using telemetry of not. native-machine-id
is very quick (developed by a great team 😉) but we'd likely want to refactor our telemetry setup to instead asynchronously wait for the device ID to be resolved and cache events until then.