Files
backstage/plugins/rollbar-backend/README.md
T
Fredrik Adelöw c28689c686 change all $env to ${}
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-04-15 13:26:44 +02:00

493 B

Rollbar Backend

Simple plugin that proxies requests to the Rollbar API.

Setup

The following values are read from the configuration file.

rollbar:
  accountToken: ${ROLLBAR_ACCOUNT_TOKEN}

NOTE: The ROLLBAR_ACCOUNT_TOKEN environment variable must be set to a read access account token.