Browse Source

Add referrer for AI analytics pages (#69157)

Backend change
colin-sentry 11 months ago
parent
commit
2749a17f2b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/sentry/snuba/referrer.py

+ 1 - 0
src/sentry/snuba/referrer.py

@@ -164,6 +164,7 @@ class Referrer(Enum):
     API_ORGANIZATION_VITALS_PER_PROJECT = "api.organization-vitals-per-project"
     API_ORGANIZATION_VITALS = "api.organization-vitals"
     API_PERFORMANCE_DURATIONPERCENTILECHART = "api.performance.durationpercentilechart"
+    API_AI_PIPELINES_VIEW = "api.ai-pipelines.view"
     API_PERFORMANCE_GENERIC_WIDGET_CHART_APDEX_AREA_METRICS_ENHANCED = (
         "api.performance.generic-widget-chart.apdex-area.metrics-enhanced"
     )