Skip to content

fix: load appinsights module before any http module

Varunkumar Manohar requested to merge slb/vm/appinsights-fix into master

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

Merge request reports