fix: appinsights loading before any http module
As per the docs, we need to load appinsights before any other HTTP module. docs
If other modules are loaded prior, then telemetry could be lost. This MR fixes the loading order for appinsights
As per the docs, we need to load appinsights before any other HTTP module. docs
If other modules are loaded prior, then telemetry could be lost. This MR fixes the loading order for appinsights