Remove unhandled exception telemetry (#2973)

* Remove unhandled exception telemetry

* Remove additional unhandled exception tests

* One more failing test
This commit is contained in:
Karl Burtram
2018-10-22 22:05:01 -07:00
committed by GitHub
parent f7d92caae5
commit 29cc57f52a
2 changed files with 478 additions and 475 deletions

View File

@@ -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;
}