react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Measure % of new apps using RNW+WinAppSDK

Open asklar opened this issue 4 years ago • 6 comments
trafficstars

asklar avatar Nov 16 '21 05:11 asklar

There may be some instrumentation in WinAppSDK itself that we can leverage. If that works for us, great. If not, this would go into the RNW CLI telemetry.

chrisglein avatar Mar 02 '22 01:03 chrisglein

@chrisglein I believe the existing instrumentation is in VS for file->new project which wouldn't capture usage through since we don't use the winappsdk templates.

asklar avatar Mar 02 '22 02:03 asklar

If this would only cover VS project creation and not CLI project creation, yes we need our own events for this.

chrisglein avatar Mar 03 '22 00:03 chrisglein

Depends on #9165

chrisglein avatar Mar 03 '22 00:03 chrisglein

Presuming we've gotten to the "CLI telemetry data is available and in reports" stage, we can answer the question "What percentage of new RNW apps created with the CLI target WinAppSDK" rather easily.

jonthysell avatar Jun 17 '22 22:06 jonthysell

Depends on #9380 and existing reports via #10144

jonthysell avatar Jun 17 '22 22:06 jonthysell

How .NET CLI telemetry handles their data: https://learn.microsoft.com/en-us/dotnet/core/tools/telemetry

chrisglein avatar Nov 07 '22 16:11 chrisglein