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