You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Fields that we only send to the status report if the tools source was download.
85
+
/** Fields of the init status report populated when the tools source is `download`. */
86
86
interfaceInitToolsDownloadFields{
87
87
/** Time taken to download the bundle, in milliseconds. */
88
88
tools_download_duration_ms: number;
89
-
/** Whether the relevant tools dotcom feature flags have been misconfigured. Only sent if we attempt to download based off dotcom flags. */
89
+
/** 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. */
0 commit comments