mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Adding telemetry to ads OE filter (#23089)
* Adding telemetry to ads oe filter * Fixing prop names * fixing prop name * Fixing localized strings * Update src/sql/azdata.proposed.d.ts Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * Update src/sql/workbench/contrib/objectExplorer/browser/serverTreeView.ts Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -50,7 +50,8 @@ export const enum TelemetryView {
|
||||
ResultsPanel = 'ResultsPanel',
|
||||
Shell = 'Shell',
|
||||
SqlAssessment = 'SqlAssessment',
|
||||
TableDesigner = 'TableDesigner'
|
||||
TableDesigner = 'TableDesigner',
|
||||
ObjectExplorer = 'ObjectExplorer'
|
||||
}
|
||||
|
||||
export const enum TelemetryError {
|
||||
@@ -98,6 +99,8 @@ export const enum TelemetryAction {
|
||||
MoveServerGroup = 'MoveServerGroup',
|
||||
NewQuery = 'NewQuery',
|
||||
ObjectExplorerExpand = 'ObjectExplorerExpand',
|
||||
ObjectExplorerFilter = 'ObjectExplorerFilter',
|
||||
ObjectExplorerRemoveFilter = 'ObjectExplorerRemoveFilter',
|
||||
Open = 'Open',
|
||||
OpenQuery = 'OpenQuery',
|
||||
OpenExecutionPlanProperties = 'OpenExecutionPlanProperties',
|
||||
|
||||
Reference in New Issue
Block a user