Commit 6415745
authored
fix(suspect-spans): No aggregate conditions in examples query (#29522)
Carrying over the aggregate conditions from the suspect query into the examples
query results in some weird behaviour. For example the `count():>1` condition
will filter out all examples where the span only occurs once.1 parent 6314cdc commit 6415745
File tree
1 file changed
+0
-2
lines changed- src/sentry/api/endpoints
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
292 | | - | |
293 | 291 | | |
294 | 292 | | |
295 | 293 | | |
| |||
0 commit comments