Is your feature request related to a problem? Please describe.
Application Insights Agent has not sent 'method name' and 'line number'. So it is bit difficult to find which log is related to my source code.
Describe the solution you would like
I would like to see those properties on Azure Application Insights.
Describe alternatives you have considered
Is there any way to add those properties by using OpenTelemetry SDK?
In the agent version 2.x, I am using custom Logback Appender to capture and send those properties.
Additional context
N/A
Is your feature request related to a problem? Please describe.
Application Insights Agent has not sent 'method name' and 'line number'. So it is bit difficult to find which log is related to my source code.
Describe the solution you would like
I would like to see those properties on Azure Application Insights.
Describe alternatives you have considered
Is there any way to add those properties by using OpenTelemetry SDK?
In the agent version 2.x, I am using custom Logback Appender to capture and send those properties.
Additional context
N/A