Under the hood
Useful1 Signal0
Telemetry setup now receives startup context instead of being initialized with nothing.
What's wrong with this entry?
Anonymous. No account, no email.
What
Telemetry setup now receives context from startup rather than being initialized blind.
Details
- startup computes a value before initializing telemetry and passes it into
initialize1PEventLogging(), where the previous build called it with no argument - the graceful-shutdown init helper was swapped for a different function
Evidence
initialize1PEventLogging
Strings lifted out of the shipped bundle, so the claim above can be checked against them.