Plugin install/update telemetry now also records the plugin's install location and, for updates, its git commit SHA
The tengu_plugin_installed_cli and tengu_plugin_updated_cli telemetry events (sent when a plugin is installed or updated from the command line) now include extra fields:
- a set of fields keyed off the plugin's install location, sent with both events
- the plugin's git commit SHA, sent with the update event only
This builds on the marketplace-catalog verification step added earlier, which confirms a plugin exists in the marketplace before logging it and otherwise falls back to a redacted, third-party record.
Recording the install location and commit SHA gives more precise identification of exactly which plugin version was installed or updated, on top of the existing marketplace verification.