gwa/drupal_rollbar

Drupal 8 module that integrates Rollbar.

Maintainers

Package info

github.com/gwa/drupal-rollbar

Type:drupal-module

pkg:composer/gwa/drupal_rollbar

Statistics

Installs: 127

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

dev-master 2018-04-27 15:22 UTC

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