The quickest way to do this is to filter on -method:OPTIONS
.
Explanation: all pre-flight requests are via the HTTP OPTIONS method (opposed to POST or GET). This filter says “not method OPTIONS”.
Note the leading hyphen because if you forget it, you’ll only show pre-flight requests.