Commit 5666450
authored
fix(eap): Update the filter provided when issuing
Yet another follow-up to
#102808.
Resolves
[SENTRY-5DCB](https://sentry.sentry.io/issues/7049009648?project=1).
Resolves
[SENTRY-5DCN](https://sentry.sentry.io/issues/7049508299?project=1).
The `EndpointDeleteTraceItems` implementation pulls `project_ids` out of
the `RequestMeta`, so this field should not be included in the filters.
The only filter condition we need to provide is a
`ComparisonFilter.OP_IN` for the group IDs we are trying to delete for.DeleteTraceItemsRequest RPCs (#103848)1 parent c16d87f commit 5666450
File tree
2 files changed
+12
-24
lines changed- src/sentry/eventstream
- tests/sentry/eventstream
2 files changed
+12
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 16 | + | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
| |||
37 | 33 | | |
38 | 34 | | |
39 | 35 | | |
40 | | - | |
41 | 36 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 37 | | |
46 | 38 | | |
47 | | - | |
| 39 | + | |
48 | 40 | | |
49 | 41 | | |
50 | 42 | | |
| |||
62 | 54 | | |
63 | 55 | | |
64 | 56 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 57 | | |
79 | 58 | | |
80 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
| |||
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
54 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
| |||
0 commit comments