Under the hood
Useful2 Signal0
Your install now gets a stable machine ID that identifies it when connecting through the remote-control bridge.
What's wrong with this entry?
Anonymous. No account, no email.
What
Bridge environment registration now identifies the machine with a stable per-install UUID rather than only a name.
Details
- The id is resolved by
getOrCreateRemoteControlMachineId, stored in global config, generated once and re-read afterwards. - Sent as
machine_idalongsidemachine_namein the POST to/v1/environments/bridge, and in the debug log line of the same payload. - The field is omitted if the id could not be persisted.
- Both the accessor and the config key are new in this build.
Evidence
getOrCreateRemoteControlMachineId
Strings lifted out of the shipped bundle, so the claim above can be checked against them.