Commit 2f0cb3a
authored
fix(eap): Update attribute key name provided in
Resolves
[SNUBA-9Y9](https://sentry.sentry.io/issues/7052540005?project=300688).
Resolves
[SENTRY-5DCB](https://sentry.sentry.io/issues/7049009648?project=1).
Testing locally confirms that the request is accepted by Snuba after
correcting the name on the `AttributeKey`.DeleteTraceItemsRequest RPCs (#103867)1 parent 90df829 commit 2f0cb3a
File tree
2 files changed
+3
-3
lines changed- src/sentry/eventstream
- tests/sentry/eventstream
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments