Introduced config schema for plugins/sentry

This commit is contained in:
keshan
2020-12-12 12:27:15 +05:30
parent ae9ed59706
commit 962d1ad66c
3 changed files with 32 additions and 22 deletions
+1 -22
View File
@@ -60,26 +60,5 @@
"files": [
"dist"
],
"configSchema": {
"$schema": "https://backstage.io/schema/config-v1",
"title": "@backstage/sentry",
"type": "object",
"properties": {
"sentry": {
"type": "object",
"properties": {
"organization": {
"type": "string",
"visibility": "frontend"
},
"required": [
"organization"
]
}
}
},
"required": [
"sentry"
]
}
"configSchema": "config.d.ts"
}