Skip to content

Commit

Permalink
ref(sentry10): Remove old project dashboard (aka Overview tab) (#13577)
Browse files Browse the repository at this point in the history
Not used since Sentry 9
  • Loading branch information
lynnagara authored Jun 7, 2019
1 parent 13321bb commit 8ab672f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 600 deletions.
8 changes: 1 addition & 7 deletions src/sentry/static/sentry/app/routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1135,13 +1135,7 @@ function routes() {
<IndexRedirect to="/organizations/:orgId/issues/" />
<Redirect from="issues/" to="/organizations/:orgId/issues/" />
<Redirect from="searches/:searchId/" to="/organizations/:orgId/issues/" />
<Route
path="dashboard/"
componentPromise={() =>
import(/*webpackChunkName: "ProjectDashboard"*/ './views/projectDashboard')
}
component={errorHandler(LazyLoad)}
/>
<Redirect from="dashboard/" to="/organizations/:orgId/dashboard/" />
<Redirect from="releases/" to="/organizations/:orgId/releases/" />
<Redirect
from="releases/:version/"
Expand Down
163 changes: 0 additions & 163 deletions src/sentry/static/sentry/app/views/projectDashboard/chart.jsx

This file was deleted.

156 changes: 0 additions & 156 deletions src/sentry/static/sentry/app/views/projectDashboard/eventList.jsx

This file was deleted.

42 changes: 0 additions & 42 deletions src/sentry/static/sentry/app/views/projectDashboard/eventNode.jsx

This file was deleted.

Loading

0 comments on commit 8ab672f

Please sign in to comment.