BlazorApplicationInsights
BlazorApplicationInsights copied to clipboard
Injection of the _content/BlazorApplicationInsights script fails when app is configured to serve static files from a folder
Need a way to specify a value to prepend to the script location allow for the case where blazor server is configured something for UseStaticFiles. E.g.
app.UseStaticFiles("/assets");
Without this the JS file is not found and telemetry set up fails.