Skip to content

Commit 89388d1

Browse files
Merge branch 'master' into priscila/feat/frontend/add-admin-console-toggle-modal
2 parents 2481d75 + c23f205 commit 89388d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/snuba/referrer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ class Referrer(StrEnum):
721721
# Performance MCP Module
722722
API_PERFORMANCE_MCP_TRAFFIC_WIDGET = "api.performance.mcp.traffic-widget"
723723
API_PERFORMANCE_MCP_TRANSPORT_WIDGET = "api.performance.mcp.transport-widget"
724-
API_PERFORMANCE_MCP_SOURCES_WIDGET = "api.performance.mcp.sources-widget"
724+
API_PERFORMANCE_MCP_TRAFFIC_BY_CLIENT_WIDGET = "api.performance.mcp.traffic-by-client-widget"
725725
API_PERFORMANCE_MCP_TOOL_TRAFFIC_WIDGET = "api.performance.mcp.tool-traffic-widget"
726726
API_PERFORMANCE_MCP_PROMPT_TRAFFIC_WIDGET = "api.performance.mcp.prompt-traffic-widget"
727727
API_PERFORMANCE_MCP_RESOURCE_TRAFFIC_WIDGET = "api.performance.mcp.resource-traffic-widget"

0 commit comments

Comments
 (0)