microsoft / microsoft/vscode-azuretools
Need a standardized way to report non-fatal, secondary errors in telemetry
Open
@StephenWeatherford is already working on this.
Since May 23, 2018.
- Dominant language
- TypeScript
- Stars
- 144
- Forks
- 82
- Avg merge
- 18h 7m
- Merged PRs (30d)
- 8
Description
See https://github.com/Microsoft/vscode-azurefunctions/pull/392#discussion_r190369602
I'm thinking we should have an additional property on IActionContext that would be an array of additional errors that occur during a telemetry event but which don't cause the failure of the event. This could be used to host errors which are less important (e.g. warnings), or perhaps inner exceptions related to the primary failure.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.