Issue
I'm trying to set up an Inbound Filter, and I used the event's culprit value as a matcher. Will this work?
Applies To
Customers on the Business or Enterprise plans.
Resolution
The 'culprit' part of the event cannot be used in the inbound filter. As described in our documentation:
On error events, the filter matches the entire error description in the format {exception.type}: {exception.value}. We do not recommend matching the full error description including the colon, and suggest you match with wildcards. For example, to match any "ConnectionError", use the filter *ConnectionError*. The wildcard matcher can be used at the beginning or end of the string.
