Hi,
I am using the Node JS APM agent and I am looking for a way to filter out some transaction based on url request.
Using the addFilter method, I tried removing it through an Array.filter but I have an error cannot read property 'length()' of undefined.
Any of you ever done this ?
Thank you
