Adds Rollbar error reporting to Drupal 8.
composer require gwa/drupal_rollbarSet an environment variable (that can be read using getenv()) containing the Rollbar access token:
ROLLBAR_ACCESS_TOKEN [access_token]
Environment defaults to production.
Override with an environment variable:
ROLLBAR_ENVIRONMENT staging