what about support and integration with Microsoft Application Insights on Azure ?
i have been able to add the basic connection but then what ? can we have a standard way to send the app log events to ai ? page loads ? exceptions ?
what about support and integration with Microsoft Application Insights on Azure ?
i have been able to add the basic connection but then what ? can we have a standard way to send the app log events to ai ? page loads ? exceptions ?
The Radzen.Blazor components don't have any features related to logging. This should be done by the developer at application level. I suggest searching online.
I really hope that someone out there can help....
I have the basic Application Insights registration and i get some data going back to Azure Application Insights. but I know that right now i am missing a lot of what it can log.
in the past i used it with an angular app and had great results, but that was typescript and a whole different framework.
i have been searching for information but there does not seem to be much on line that actually explains how to get Blazor Server working well with it.
for example i need to give it information on the current user of the application so that i can start to track user navigation.
i also need to have the app notify application insights of the page views as they happen.
one repo has some code that might help but i am not sure how to go from the sample to working with RadZen , things like the login process are not the same in the sample and in radzen with azure ad.
here is the repo i found that might be made to work
here is a stack overflow that is also close and links to that repo
has anyone else used Application Insights with RadZen ?