application insights only works with the code running on the server. say your static website has an api. the Blazor code is running in the browser.
https://learn.microsoft.com/en-us/azure/static-web-apps/monitor
you can use javascript interop to add client tracking for application insights:
https://github.com/microsoft/ApplicationInsights-JS
and a blazor wrapper over the jsinterop: