Commit 51b257e
authored
feat(feedback): enable feedback category option for org stats page (#94649)
Part of
https://linear.app/getsentry/project/user-feedback-abuse-quotas-05cbd47d06cf/overview
Adds the option to see feedback usage in `/settings/stats`. We're
already emitting accepted, invalid, and rate limited outcomes. Example
from my test project:

The category is named `user_report_v2` in Relay, but api name for the
stats endpoint is feedback, product name User Feedback. Seems there's no
backend changes needed for the query.1 parent be4a527 commit 51b257e
2 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
355 | 370 | | |
356 | 371 | | |
357 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| |||
0 commit comments