Add basic error messages to flow through the telemetry pipeline. This requires defining the TelemetryParams object model which gets picked up by the front-end TelemetryReporter which in turn handles telemetry events. The change requires passing the RequestContext through certain methods as well. Had to change some tests cases as well to allow for this change.
Based off of pull request from microsoft/mysqltoolsservice#3.
Add basic error messages to flow through the telemetry pipeline. This requires defining the TelemetryParams object model which gets picked up by the front-end TelemetryReporter which in turn handles telemetry events. The change requires passing the RequestContext through certain methods as well. Had to change some tests cases as well to allow for this change.
Based off of pull request from microsoft/mysqltoolsservice#3.