How to have multiple custom rule for a .NET POCO
Hi, I have a POCO class(say for ex, ClassA), which calls various private methods based on the payload type. I need to capture the business transction for each of the these payloads. If I create a custom rule for ClassA, I don't get the transactions...