Combination of filter in query builder

Dear,
how is it possible to combine in a query logic OR operator to assembly several value for a same field : ex list of errors for the user.id=1234 and for the user.id=1235

Without any Or or Xor and limited to only “fieldX=value1” and ‘fieldY=value2’, query builder is very poor…

Br
Lvd

Hi Lvd,

Thanks for your feedback. You’re correct, OR operators are not supported in Discover yet. However, this is on our backlog list to address in the future.

You can check out our docs for more details about the Discover query builder functionality here: https://docs.sentry.io/performance/discover/query-builder/

Best,
Bowen