as Blazor Server is a single request to logging and Application Insights, you need to add you own.
You can use injection
https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/logging?view=aspnetcore-7.0
you can also inject a TelemetryClient
Hint: create a custom Blazor router that calls TelemetryClient.