Under the hood
Useful1 Signal1
Artifact startup failures return an error code and let the caller report it.
What's wrong with this entry?
Anonymous. No account, no email.
What
The artifact boot path no longer fires telemetry at each failure site; it returns an error code alongside the error and leaves reporting to the caller.
Details
- Codes are
boot_request_error,boot_404,boot_failed,boot_incomplete, or the failure reason with dashes replaced by underscores. - The unauthenticated case builds its message through a helper instead of an inline string.
Evidence
boot_incomplete
Strings lifted out of the shipped bundle, so the claim above can be checked against them.