Use the latest appinsights sdk provided by Microsoft
Adds the option to provide custom appinsights configuration when initiating the vue-plugin
Adds the option to provide a callback function when initiating the vue-plugin. This callback will become invoked right before the first page view gets registered, making it possible to configure a custom setup of the appinsights instance.
This pr does the following: