feat: add rollbar links

This commit is contained in:
Andrew Thauer
2020-08-12 07:10:44 -04:00
parent 2577c730e7
commit aedcad72a5
15 changed files with 207 additions and 38 deletions
+12 -1
View File
@@ -4,7 +4,18 @@ Simple plugin that proxies requests to the [Rollbar](https://rollbar.com) API.
## Setup
A `ROLLBAR_ACCOUNT_TOKEN` environment variable must be set to a read access account token.
The following values are read from the configuration file.
```yaml
rollbar:
organization: spotify
accountToken:
$secret:
env: ROLLBAR_ACCOUNT_TOKEN
```
_NOTE: The `ROLLBAR_ACCOUNT_TOKEN` environment variable must be set to a read
access account token._
## Links