mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
Remove unhandled exception telemetry (#2973)
* Remove unhandled exception telemetry * Remove additional unhandled exception tests * One more failing test
This commit is contained in:
@@ -166,7 +166,8 @@ export default class ErrorTelemetry {
|
||||
"${include}": [ "${ErrorEvent}" ]
|
||||
}
|
||||
*/
|
||||
this._telemetryService.publicLog('UnhandledError', error, true);
|
||||
// {{SQL CARBON EDIT}}
|
||||
//this._telemetryService.publicLog('UnhandledError', error, true);
|
||||
}
|
||||
this._buffer.length = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user