gwa / drupal_rollbar
Drupal 8 module that integrates Rollbar.
dev-master
2018-04-27 15:22 UTC
Requires
- rollbar/rollbar: ~1.4.1
This package is not auto-updated.
Last update: 2026-03-22 12:08:35 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