OpenTelemetry + AzureMonitorExporter + Recording Exception - missing stack trace #3280
Replies: 2 comments
-
I am not 100% sure but if you are using AzureMonitorExporter that should be picking up on the exceptions by a configured instrumentation? |
Beta Was this translation helpful? Give feedback.
-
https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter - Use this repo for AzureMonitorExporter questions. Its not owned by OpenTelemetry/CNCF. |
Beta Was this translation helpful? Give feedback.
-
Hello
Im currently using OpenTelemetry with AzureMonitorExporter to send logs to Application Insights. The problem is that when im using TelemetrySpan with extension RecordException, stack trace is not available in Insights. I can only see basic information about the event/log but there is no information what cause the problem.
Example of my code:
This is missing in insights view:
This is the view when im using custom property:
Anyone know what can be a problem with this ?
Beta Was this translation helpful? Give feedback.
All reactions