Hi, It does not work. I cannot split transactions by following the exact example from documentation! Below two configurations does not for work for me. They are not creating any business transaction. When testing with " ${Url.ToString()"} only, I got a business transaction named "<my_business_transaction_name>.Microsoft.AspNetCore.Http.DefaultHttpRequest". Like in the bellow photo, which clearly does not look like an URL. And yes, "aspdotnet-core-instrumentation=" is set to "HTTP" for the tier. What am I doing wrong here? Can you point me to the right place in the documentation where I can learn how to split my business transactions, with custom rules based on the request URL? Or maybe where I can see some logs, so that I can investigate the evaluation of my custom rule. Thank you, Bogdan
... View more