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 026f2f9 commit 2749a17Copy full SHA for 2749a17
1 file changed
src/sentry/snuba/referrer.py
@@ -164,6 +164,7 @@ class Referrer(Enum):
164
API_ORGANIZATION_VITALS_PER_PROJECT = "api.organization-vitals-per-project"
165
API_ORGANIZATION_VITALS = "api.organization-vitals"
166
API_PERFORMANCE_DURATIONPERCENTILECHART = "api.performance.durationpercentilechart"
167
+ API_AI_PIPELINES_VIEW = "api.ai-pipelines.view"
168
API_PERFORMANCE_GENERIC_WIDGET_CHART_APDEX_AREA_METRICS_ENHANCED = (
169
"api.performance.generic-widget-chart.apdex-area.metrics-enhanced"
170
)
0 commit comments