feat: add config schema for rollbar plugins (#3404)

* feat: add config schema for rollbar plugins

* remove rollbar from create-app template
This commit is contained in:
Andrew Thauer
2020-11-26 08:30:12 -05:00
committed by GitHub
parent a5e94905e9
commit 3a201c5d54
9 changed files with 67 additions and 26 deletions
+1
View File
@@ -54,6 +54,7 @@ const ServiceEntityPage = ({ entity }: { entity: Entity }) => (
# app.config.yaml
rollbar:
organization: organization-name
# used by rollbar-backend
accountToken:
$env: ROLLBAR_ACCOUNT_TOKEN
```