Rollbar — error tracking
rollbar/errors · version 1
envs add rollbar/errors
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
ROLLBAR_CLIENT_TOKEN |
required | config | The post_client_item scope. Rollbar says it can only send events, only from client-side platforms, cannot read any data and cannot spoof server events. That is a bound on what a leak costs rather than the word safe, and it is why this one is public. The name is convention.. where to get it |
ROLLBAR_ACCESS_TOKEN |
optional | secret | The post_server_item scope, which also uploads source maps and records deploys. Rollbar does not call it secret in those words; it is treated as secret here because of what that scope reaches. Regenerating keeps the scopes and changes the value.. where to get it |