Filtering events

I know there are a few filtering options in the settings, like filtering by glob.

However, can I use something like the following in Javascript?

  • Filter out any event that has action X in breadcrumbs.

For example, I want to ignore some network request abort errors that happened because the user is not authenticated and gets redirected to a login website.