File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ export interface ConfigurationInterface {
3737 // The architecture of the device (e.g. "arm", "x86").
3838 readonly architecture ?: string ,
3939 // The user-visible version of the operating system (e.g. "1.2.3").
40- // If the version detection fails, this metric gets set to Unknown.
4140 readonly osVersion ?: string ,
4241}
4342
@@ -54,7 +53,6 @@ export class Configuration implements ConfigurationInterface {
5453 // The architecture of the device (e.g. "arm", "x86").
5554 readonly architecture ?: string ;
5655 // The user-visible version of the operating system (e.g. "1.2.3").
57- // If the version detection fails, this metric gets set to Unknown.
5856 readonly osVersion ?: string ;
5957
6058 // Debug configuration.
You can’t perform that action at this time.
0 commit comments