Files
backstage/plugins/rollbar-backend
Patrik Oldsberg bc9f536545 Merge pull request #2994 from spotify/rugvip/conflagrate
config-loader: switch to using --config options to load in config
2020-10-22 18:01:21 +02:00
..
2020-07-08 22:44:49 -04:00

Rollbar Backend

Simple plugin that proxies requests to the Rollbar API.

Setup

The following values are read from the configuration file.

rollbar:
  organization: spotify
  accountToken:
    $env: ROLLBAR_ACCOUNT_TOKEN

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