gwa / drupal_rollbar
Drupal 8 module that integrates Rollbar.
Installs: 127
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Type:drupal-module
Requires
- rollbar/rollbar: ~1.4.1
This package is not auto-updated.
Last update: 2024-11-17 05:41:50 UTC
README
Adds Rollbar error reporting to Drupal 8.
Installation
composer require gwa/drupal_rollbar
Setup
Set an environment variable (that can be read using getenv()
) containing the Rollbar access token:
ROLLBAR_ACCESS_TOKEN [access_token]
Environment
Environment defaults to production
.
Override with an environment variable:
ROLLBAR_ENVIRONMENT staging