I see when you use make requests from the /ui web url the requests are displayed in the Logger and Analytics ui’s. However when these same requests are made through Blazor ApiAsync method on Blazor razor pages they do not display in the logger.
Is this with Blazor Server? If it is it’s because In Process requests aren’t captured or logged as HTTP Requests
yep, Blazor Server. Bummer. Would be nice to log InProcess requests as well.