Under the hood
Useful2 Signal0
Plugin usage reporting now includes the marketplace repository's remote URL.
What's wrong with this entry?
Anonymous. No account, no email.
What
Plugin metadata reporting includes the marketplace repository's remote URL.
Details
- A
git_remote_urlfield joins the existing marketplace_name, repl_code and head_sha. - It is populated only when the value is a string, otherwise left undefined.
Evidence
git_remote_url: typeof m === "string" ? m : void 0,
Strings lifted out of the shipped bundle, so the claim above can be checked against them.