Good morning,
I'm using the package "Elastic.Apm.NetCoreAll (1.25.3)" in a dotnet service and my intention is that some transactions not appears in APM, but it don't works
I have configured the appsettings:
"ElasticApm": {
"TransactionSampleRate": 1.0,
"CaptureBody": "all",
"TransactionIgnoreUrls": "/countries"
},
And the transaction that I want ignore is this:
Someone could help me to detect the error please?
Thanks!!