Skip to content

Commit 643d334

Browse files
authored
feat(issues): top issues experiment (#103773)
Add UI for the top issues experiment. Hidden behind `organizations:top-issues-ui`, see getsentry/sentry-options-automator#5780
1 parent 3c0f3f6 commit 643d334

File tree

3 files changed

+742
-0
lines changed

3 files changed

+742
-0
lines changed

static/app/router/routes.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2694,6 +2694,11 @@ function buildRoutes(): RouteObject[] {
26942694
() => import('sentry/views/issueList/issueViews/issueViewsList/issueViewsList')
26952695
),
26962696
},
2697+
{
2698+
path: 'dynamic-groups/',
2699+
component: make(() => import('sentry/views/issueList/pages/dynamicGrouping')),
2700+
deprecatedRouteProps: true,
2701+
},
26972702
{
26982703
path: 'views/:viewId/',
26992704
component: errorHandler(OverviewWrapper),

0 commit comments

Comments
 (0)