dotnet / vscode-dotnet-runtime

VSCode Extension for Installing .NET via VS Code
MIT License
128 stars 229 forks source link

Collect stack trace on axios error to diagnose better #1745

Closed nagilson closed 2 months ago

nagilson commented 2 months ago

This is a very simple change to allow our logs to get an error stack trace when axios fails. We have seen a lot of n r split is not a function and I believe this is a type error in either the axios or axios cache interceptor library. I cant tell where it is until we can get a repro with this info.

Manually tested it and it works.