Files
backstage/plugins/rollbar-backend
dependabot-preview[bot] dd765b9ff8 chore(deps): bump axios from 0.19.2 to 0.20.0 (#2251)
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.20.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-03 08:34:15 +02:00
..
2020-07-08 22:44:49 -04:00
2020-08-20 13:57:59 +02: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:
    $secret:
      env: ROLLBAR_ACCOUNT_TOKEN

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