I am the author of BlazorApplicationInsights. In my recent update, I am utilizing the updateCfg() function to update the AI settings programmatically when Blazor launches. This appears to have introduced a race condition where frequently the App Insights snippet isn't fully loaded when Blazor launches, even though we are using "ld: -1".
Hello,
I am the author of BlazorApplicationInsights. In my recent update, I am utilizing the updateCfg() function to update the AI settings programmatically when Blazor launches. This appears to have introduced a race condition where frequently the App Insights snippet isn't fully loaded when Blazor launches, even though we are using "ld: -1".
See issue, https://github.com/IvanJosipovic/BlazorApplicationInsights/issues/287