Kibana version:
Version 8.15.2
Elasticsearch version:
Version 8.15.2
APM Server version:
Version 8.15.2
APM Agent language and version:
Steps to reproduce:
- Create top-level activity using
ActivitySource.StartActivity
in C#/.NET - Record exception
activity.RecordException(ex)
. Note, it is a standard method provided by SDK in .NET - Open the trace in Kibana
The outcome: I can't find the trace in "Errors" tab
Expected result: I want to be able to see all exceptions in "Errors" tab.