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

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

This package is not auto-updated.

Last update: 2024-04-21 02:55: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