Commit ed970f4
authored
fix(snuba): add missing api.metrics.totals.second_query to Referrer enum (#104155)
Fixing this particular issue:
```
Traceback (most recent call last):
File "/usr/src/sentry/src/sentry/snuba/referrer.py", line 964, in validate_referrer
raise Exception(error_message)
Exception: referrer api.metrics.totals.second_query is not part of Referrer Enum
```
Closes
https://linear.app/getsentry/issue/TET-1522/snuba-queries-raising-warning1 parent b4c0ccc commit ed970f4
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
422 | 425 | | |
423 | 426 | | |
424 | 427 | | |
| |||
0 commit comments