BlazorApplicationInsights icon indicating copy to clipboard operation
BlazorApplicationInsights copied to clipboard

Injection of the _content/BlazorApplicationInsights script fails when app is configured to serve static files from a folder

Open GZidar opened this issue 2 years ago • 0 comments

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.

GZidar avatar Mar 27 '24 23:03 GZidar