Is it possible to filter specific controller exceptions with excluded_exceptions

Hi there! I was wondering if it’s possible to filter out specific exceptions from one controller in our Rails application. I see in the documentation that you can globally filter out types of exceptions (seen here: https://docs.sentry.io/clients/ruby/config/).

It looks like right now we only support exact matches on ClassName, and only based on the exception type. You could always hook should_capture.