How can I search by a regular expression in stracktrace field

Hi. I’m using sentry.io and I want to search all events that have a filename that matches “foo” on the stack trace, but searching by stack.filename:*foo* only gives me events in which the last file matched the expression.