Add Sentry plugin front-end

This commit is contained in:
Wojciech Adaszynski
2020-05-15 14:50:15 +02:00
parent f8ee87ce1d
commit 3d4249b673
26 changed files with 877 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@
"@backstage/plugin-tech-radar": "^0.1.1-alpha.6",
"@backstage/plugin-welcome": "^0.1.1-alpha.6",
"@backstage/theme": "^0.1.1-alpha.6",
"@backstage/plugin-sentry": "^0.1.1-alpha.5",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
+1
View File
@@ -22,3 +22,4 @@ export { plugin as TechRadar } from '@backstage/plugin-tech-radar';
export { plugin as Explore } from '@backstage/plugin-explore';
export { plugin as Circleci } from '@backstage/plugin-circleci';
export { plugin as RegisterComponent } from '@backstage/plugin-register-component';
export { plugin as Sentry } from '@backstage/plugin-sentry';