Skip to content

Commit 2749a17

Browse files
authored
Add referrer for AI analytics pages (#69157)
Backend change
1 parent 026f2f9 commit 2749a17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sentry/snuba/referrer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ class Referrer(Enum):
164164
API_ORGANIZATION_VITALS_PER_PROJECT = "api.organization-vitals-per-project"
165165
API_ORGANIZATION_VITALS = "api.organization-vitals"
166166
API_PERFORMANCE_DURATIONPERCENTILECHART = "api.performance.durationpercentilechart"
167+
API_AI_PIPELINES_VIEW = "api.ai-pipelines.view"
167168
API_PERFORMANCE_GENERIC_WIDGET_CHART_APDEX_AREA_METRICS_ENHANCED = (
168169
"api.performance.generic-widget-chart.apdex-area.metrics-enhanced"
169170
)

0 commit comments

Comments
 (0)