mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Add event to track node expansion errors (#19248)
This commit is contained in:
@@ -49,7 +49,8 @@ export const enum TelemetryView {
|
||||
}
|
||||
|
||||
export const enum TelemetryError {
|
||||
DatabaseConnectionError = 'DatabaseConnectionError'
|
||||
DatabaseConnectionError = 'DatabaseConnectionError',
|
||||
ObjectExplorerExpandError = 'ObjectExplorerExpandError'
|
||||
}
|
||||
|
||||
export const enum TelemetryAction {
|
||||
|
||||
Reference in New Issue
Block a user