dd-trace-php icon indicating copy to clipboard operation
dd-trace-php copied to clipboard

[Feature] Ability to ignore specific classes from ingestion

Open msimkunas opened this issue 7 months ago • 0 comments

Describe the feature you'd like

There are several classes that I never want to be ingested, such as various custom validation exceptions. I don't want them to appear in APM.

Is there an easy way to exclude them?

Is your feature request related to a problem?

At the moment, I can try to hook into a method an unset the span but it's hacky and doesn't work well if I want to just ignore multiple classes at once.

It would be much easier if there was a way to specify a list of classes to exclude.

Describe alternatives you've considered

No response

Additional context

No response

msimkunas avatar May 10 '25 14:05 msimkunas