Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 14, 2025

Updates the privacy product identifier for telemetry tagging from 78 to 8.

Changes

  • Modified PrivacyProduct.WIN_APP_DEV_CLI constant in src/winapp-CLI/WinApp.Cli/Telemetry/Events/EventBase.cs

The constant is used throughout the telemetry system to tag events with PartA_PrivacyProduct:

public class PrivacyProduct
{
    public static readonly UInt16 WIN_APP_DEV_CLI = 8;  // was 78
}
Original prompt

This section details on the original issue you should resolve

<issue_title>Change product ID to 8</issue_title>
<issue_description>Change WIN_APP_DEV_CLI from 78 to 8</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Change product ID for WIN_APP_DEV_CLI to 8 Change WIN_APP_DEV_CLI product ID from 78 to 8 Nov 14, 2025
Copilot AI requested a review from JesseCol November 14, 2025 15:05
Copilot finished work on behalf of JesseCol November 14, 2025 15:05
@JesseCol JesseCol marked this pull request as ready for review November 14, 2025 18:04
@nmetulev nmetulev merged commit 20681d9 into main Nov 14, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change product ID to 8

3 participants