gwa / drupal_rollbar
Drupal 8 module that integrates Rollbar.
dev-master
2018-04-27 15:22 UTC
Requires
- rollbar/rollbar: ~1.4.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-06 14:22:48 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