Tools telemetry: accurately report when feature flags were inaccessible (#1532)
* Cache whether feature flags are accessible * Small comment fixup from linting change
This commit is contained in:
parent
7ba5ed7eed
commit
40babc141f
5 changed files with 29 additions and 12 deletions
|
|
@ -86,7 +86,8 @@ interface InitWithConfigStatusReport extends InitStatusReport {
|
|||
interface InitToolsDownloadFields {
|
||||
/** Time taken to download the bundle, in milliseconds. */
|
||||
tools_download_duration_ms?: number;
|
||||
/** Whether the relevant tools dotcom feature flags have been misconfigured.
|
||||
/**
|
||||
* Whether the relevant tools dotcom feature flags have been misconfigured.
|
||||
* Only populated if we attempt to determine the default version based on the dotcom feature flags. */
|
||||
tools_feature_flags_valid?: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue