Skip to content

Commit 1e70c34

Browse files
fix(snuba): missing referrer enum for api.organization-events.metrics-enhanced and api.insights.landing-table.metrics-enhanced.primary (#102122)
Closes getsentry/self-hosted#4003 Co-authored-by: Hubert Deng <[email protected]>
1 parent 4f39f56 commit 1e70c34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sentry/snuba/referrer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,9 @@ class Referrer(StrEnum):
295295
)
296296
API_INSIGHTS_TRANSACTION_EVENTS = "api.insights.transaction-events"
297297
API_INSIGHTS_LANDING_TABLE = "api.insights.landing-table"
298+
API_INSIGHTS_LANDING_TABLE_METRICS_ENHANCED_PRIMARY = (
299+
"api.insights.landing-table.metrics-enhanced.primary"
300+
)
298301
API_INSIGHTS_STATUS_BREAKDOWN = "api.insights.status-breakdown"
299302
API_INSIGHTS_DURATIONPERCENTILECHART = "api.insights.durationpercentilechart"
300303

@@ -446,6 +449,7 @@ class Referrer(StrEnum):
446449
API_ORGANIZATION_EVENTS_METRICS_COMPATIBILITY_SUM_METRICS_METRICS_ENHANCED_PRIMARY = (
447450
"api.organization-events-metrics-compatibility.sum_metrics.metrics-enhanced.primary"
448451
)
452+
API_ORGANIZATION_EVENTS_METRICS_ENHANCED = "api.organization-events.metrics-enhanced"
449453
API_ORGANIZATION_EVENTS_METRICS_ENHANCED_PRIMARY = (
450454
"api.organization-events.metrics-enhanced.primary"
451455
)

0 commit comments

Comments
 (0)