microsoft / pgtoolsservice

PostgreSQL Tools Service that provides PostgreSQL Server data management capabilities.
Other
83 stars 36 forks source link

Add in Error Telemetry #484

Closed samir-puranik closed 11 months ago

samir-puranik commented 1 year ago

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.