UnsupportedGroupByExpression
The Cause
Section titled “The Cause”The group by expression you’re using is not supported for grouping common HTTP transactions. Certain expressions that depend on dynamic runtime behavior cannot be used for grouping transactions.
Unsupported expressions include:
hasResponse- Whether a request has a responsehasBody- Whether a request/response has a bodyhasResponseBody- Whether a response has a bodystatusCodeRange- Status code rangesresponseTrailer- Response trailer headers
The Solution
Section titled “The Solution”Use only supported grouping expressions that don’t depend on runtime behavior.