mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-10 13:08:20 +00:00
Added telelmetry for settings v2 and v1 (#269)
* Added telelmetry for settings v2 and v1 * format errors fixed * renamed actions
This commit is contained in:
committed by
GitHub
parent
47cc6fd7a8
commit
a9a57f4ba9
@@ -88,7 +88,8 @@ export default class TabsBase extends WaitsForTemplateViewModel {
|
||||
databaseAccountName: this.getContainer().databaseAccount().name,
|
||||
defaultExperience: this.getContainer().defaultExperience(),
|
||||
dataExplorerArea: Constants.Areas.Tab,
|
||||
tabTitle: this.tabTitle()
|
||||
tabTitle: this.tabTitle(),
|
||||
tabId: this.tabId
|
||||
});
|
||||
}
|
||||
|
||||
@@ -145,7 +146,8 @@ export default class TabsBase extends WaitsForTemplateViewModel {
|
||||
databaseAccountName: this.getContainer().databaseAccount().name,
|
||||
defaultExperience: this.getContainer().defaultExperience(),
|
||||
dataExplorerArea: Constants.Areas.Tab,
|
||||
tabTitle: this.tabTitle()
|
||||
tabTitle: this.tabTitle(),
|
||||
tabId: this.tabId
|
||||
});
|
||||
return Q();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user