Group of 2 Under the hood
tengu_marketplace_removed and tengu_marketplace_updated events now redact marketplace names unless it's an official marketplace
What
- The
tengu_marketplace_removedandtengu_marketplace_updatedtelemetry events now send a redactedmarketplace_name: the real name only if it's a recognized official marketplace, otherwise the literal string'third-party'. - The raw marketplace name is still sent, but now under a separate field,
_PROTO_marketplace_name. - A new
is_official_marketplaceboolean field is also attached to these events.
Why This reduces the amount of potentially identifying third-party marketplace name data sent in telemetry by default, while still distinguishing official marketplaces from others.