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 5029a96 commit 9e6f0b7Copy full SHA for 9e6f0b7
src/sentry/dashboards/endpoints/organization_dashboards.py
@@ -65,6 +65,8 @@ class PrebuiltDashboardId(IntEnum):
65
FRONTEND_SESSION_HEALTH = 1
66
BACKEND_QUERIES = 2
67
BACKEND_QUERIES_SUMMARY = 3
68
+ WEB_VITALS = 6
69
+ WEB_VITALS_SUMMARY = 7
70
71
72
class PrebuiltDashboard(TypedDict):
@@ -94,6 +96,10 @@ class PrebuiltDashboard(TypedDict):
94
96
"prebuilt_id": PrebuiltDashboardId.BACKEND_QUERIES_SUMMARY,
95
97
"title": "Query Details",
98
},
99
+ {
100
+ "prebuilt_id": PrebuiltDashboardId.WEB_VITALS,
101
+ "title": "Web Vitals",
102
+ },
103
]
104
105
0 commit comments