I had develop blazorWASM application logs using these links. I had used .NET core 6.0.I had use ILoggers logger
Adding Application Insights on Blazor Client (Web Assembly)
log works fine but when check logs in azure application insights at the time loggers are maintained by azure but where exception occured like Line number and path or file name missing at production
but i need both for slove the issue where the issue happened but method names shown in application insights
Please help me.
Thank you.