Filter out some transaction

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

Hi and thanks for trying out Elastic APM :slight_smile:

Try using the ignoreUrls configuration option: https://www.elastic.co/guide/en/apm/agent/nodejs/current/agent-api.html#ignore-urls

How could I miss that ?!
Thank you and sorry for my blindness

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.