After enabling Application Insights on my MVC web app I see that a file called ai.0.22.8-build00154.js was added to the /Scripts folder (however, it was not included to the .csproj).
In addition I do not see this file referenced anywhere in the project. When I run the web app I do see data being sent to my Application Insights instance on Azure.
* Question * Is this javascript file even required?
Note that I do have the script snippet at the end of the section (per App. Insights documentation).