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

Telemetry instances displaying <blank> in multiple fields

Open danielayala94 opened this issue 11 months ago • 2 comments

Problem Description

Surprisingly, many telemetry instances are showing <blank> data in fields that I'd initially assume to be always populated. Examples:

JS Engine project: Chakra or Hermes - it has to be either, but some show <blank> ResultCode: Success or failure (if it is, tell the error code), but some show <blank>

Steps To Reproduce

Look at the telemetry dashboard, measures clearly show different proportions of <blank> instances, depending on the measure.

Expected Results

I would not expect any <blank> instances at all.

CLI version

N/A

Environment

N/A

Community Modules

N/A

Target Platform Version

None

Target Device(s)

No response

Visual Studio Version

None

Build Configuration

None

Snack, code example, screenshot, or link to a repository

No response

danielayala94 avatar Dec 03 '24 00:12 danielayala94

@danielayala94 Possible this is by design on the upstream side. If you confirm, resolve this issue appropriately.

chrisglein avatar Jan 29 '25 19:01 chrisglein

It's possible we don't have a fallback for the property not being set, or our code to capture msbuild properties for telemetry. Probably in packages\@react-native-windows\telemetry\src\telemetry.ts or one of the nearby utility modules.

jonthysell avatar Mar 28 '25 21:03 jonthysell