Skip to content

Commit 3cf5acf

Browse files
feat(launchpad): create basic frontend for size analysis (#95090)
<!-- Describe your PR here. --> <!-- Sentry employees and contractors can delete or ignore the following. --> ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
1 parent b5fc746 commit 3cf5acf

File tree

4 files changed

+840
-2
lines changed

4 files changed

+840
-2
lines changed

static/app/routes.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2009,7 +2009,11 @@ function buildRoutes() {
20092009
);
20102010

20112011
const preprodRoutes = (
2012-
<Route path="/preprod/" component={make(() => import('sentry/views/preprod/index'))}>
2012+
<Route
2013+
path="/preprod/"
2014+
component={make(() => import('sentry/views/preprod/index'))}
2015+
withOrgPath
2016+
>
20132017
<IndexRoute component={make(() => import('sentry/views/preprod/sizeAnalysis'))} />
20142018
</Route>
20152019
);

0 commit comments

Comments
 (0)