Aditya Kalia
Aditya Kalia
This change nests the `extensionDetails` object under a single `extensionDetails` property in `public_arguements`. This change makes it consistent with how we are storing it in VSCode. Before: ``` { "editor":...
adds `argument` to the BQ Schema (since we no longer collect private code on dotcom) ## Test plan Test locally to see that argument field is being populated in BQ
Add v2 telemetry for events ## Test plan test via unit tests and locally
This PR adds V2 telemetry validation on the Agent E2E test. For each Agent test, there is a list of `expectedEvents` that the loggedEvents check against, to ensure they fired....