If I throw an exception in the controller methods for either, it only gets registered in Kibana for the .NET Core app, and I can see that Transaction.CaptureException is called by AspNetCoreDiagnosticListener.OnNext in Elastic.Apm.AspNetCore to effectuate this. Where is the equivalent logic in Elastic.Apm.AspNetFullFramework, or is capturing exceptions in Full Framework not supported (yet)?
You are right - at the moment mechanism automatically capturing Full Framework ASP.NET transactions will not automatically capture an exception that escaped from a transaction. Of course you can still manually capture the exception by using agent's public API CaptureException. In any case I've opened Github issue #247 to resolve the problem you encountered.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.