drupal-module drupal_rollbar
Drupal 8 module that integrates Rollbar.
gwa/drupal_rollbar
Drupal 8 module that integrates Rollbar.
- Friday, April 27, 2018
- by gwa
- Repository
- 1 Watchers
- 0 Stars
- 16 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 1 Versions
- 1500 % Grown
Drupal Rollbar
Adds Rollbar error reporting to Drupal 8., (*1)
Installation
composer require gwa/drupal_rollbar
Setup
Set an environment variable (that can be read using getenv()
) containing the Rollbar access token:, (*2)
ROLLBAR_ACCESS_TOKEN [access_token]
Environment
Environment defaults to production
., (*3)
Override with an environment variable:, (*4)
ROLLBAR_ENVIRONMENT staging