We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1d505 commit 15014a4Copy full SHA for 15014a4
src/sentry/snuba/referrer.py
@@ -116,6 +116,8 @@ class Referrer(StrEnum):
116
API_EXPLORE_SPANS_EXTRAPOLATION_META = "api.explore.spans-extrapolation-meta"
117
API_EXPLORE_LOGS_TABLE = "api.explore.logs-table"
118
API_EXPLORE_LOGS_TABLE_ROW = "api.explore.logs-table-row"
119
+ API_EXPLORE_LOGS_RAW_COUNT_NORMAL = "api.explore.logs.raw-count.normal"
120
+ API_EXPLORE_LOGS_RAW_COUNT_HIGH_ACCURACY = "api.explore.logs.raw-count.high-accuracy"
121
DATA_EXPORT_TASKS_EXPLORE = "data_export.tasks.explore"
122
123
# ** Insights **
0 commit comments