IvanJosipovic / BlazorApplicationInsights

Application Insights for Blazor web applications
https://BlazorApplicationInsights.netlify.app
MIT License
189 stars 26 forks source link

how to use with blazor server #225

Closed DennyFiguerres closed 1 year ago

DennyFiguerres commented 1 year ago

i have heard that this works with blazor server but how to do that when the install says that i need to add to index.html but blazor server does not have an index.html file in the project.

IvanJosipovic commented 1 year ago

Add the code to the equivalent file that contains the index, _Layout.cshtml.

DennyFiguerres commented 1 year ago

And in Blazor V7 that page was replaced by /Pages/_Host.cshtml thanks now i see where to go....