Under the hood
Artifact publish telemetry now records whether a publish was a redeploy and whether it had a base version
What
The artifact_publish telemetry event now includes two new fields: is_redeploy, indicating whether the publish was a redeploy of an existing artifact, and has_base_version, indicating whether a base version was present.
Why
This is internal telemetry that gives more detail about artifact publish events; it doesn't change publish behavior itself.