Background session telemetry now records whether an attach was cold, spare or adopted.
What's wrong with this entry?
Background and daemon dispatch and attach telemetry now emit a via property describing the attach path, sanitized so only three values can ever be reported.
- Allow-list is cold, spare and adopted; anything else becomes undefined.
- The value is read from the daemon's attach ack (
Nr.op === "attach") and from the dispatch source. - The previous build emits no such field.
new Set(["cold", "spare", "adopted"])
Strings lifted out of the shipped bundle, so the claim above can be checked against them.