Why don't I see exceptions recorded as part of Span using apm-agent-dotnet in OpenTelemetry Bridge Mode

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:

  1. Create top-level activity using ActivitySource.StartActivity in C#/.NET
  2. Record exception activity.RecordException(ex). Note, it is a standard method provided by SDK in .NET
  3. 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.