From 27113c53647ae2bb77a515e49968cda11e9ca879 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 2 Sep 2020 15:57:55 +0200 Subject: [PATCH] catalog: remove sentry widget --- plugins/catalog/package.json | 1 - .../components/EntityPageOverview/EntityPageOverview.tsx | 7 ------- 2 files changed, 8 deletions(-) diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json index 0f82add554..40865d488e 100644 --- a/plugins/catalog/package.json +++ b/plugins/catalog/package.json @@ -27,7 +27,6 @@ "@backstage/plugin-github-actions": "^0.1.1-alpha.20", "@backstage/plugin-jenkins": "^0.1.1-alpha.20", "@backstage/plugin-scaffolder": "^0.1.1-alpha.20", - "@backstage/plugin-sentry": "^0.1.1-alpha.20", "@backstage/plugin-techdocs": "^0.1.1-alpha.20", "@backstage/theme": "^0.1.1-alpha.20", "@material-ui/core": "^4.9.1", diff --git a/plugins/catalog/src/components/EntityPageOverview/EntityPageOverview.tsx b/plugins/catalog/src/components/EntityPageOverview/EntityPageOverview.tsx index 4067fef29a..ec697e7c06 100644 --- a/plugins/catalog/src/components/EntityPageOverview/EntityPageOverview.tsx +++ b/plugins/catalog/src/components/EntityPageOverview/EntityPageOverview.tsx @@ -16,7 +16,6 @@ import { Entity } from '@backstage/catalog-model'; import { Content } from '@backstage/core'; -import { SentryIssuesWidget } from '@backstage/plugin-sentry'; import { Widget as GithubActionsWidget } from '@backstage/plugin-github-actions'; import { JenkinsBuildsWidget, @@ -52,12 +51,6 @@ export const EntityPageOverview: FC<{ entity: Entity }> = ({ entity }) => { )} - - - );