systemseed/simplesamlphp-module-rollbar

A SimpleSAMLphp module adding support for Rollbar logger handler.

1.0.0 2024-05-01 05:02 UTC

This package is auto-updated.

Last update: 2024-05-01 08:06:18 UTC


README

SimpleSAMLphp + Rollbar

simpleSAMLphp module

This module for SimpleSAMLphp provides a LoggerHandler that integrates with Rollbar service.

Installation

  1. Install simpleSAMLphp.
  2. Install rollbar - composer require systemseed/simplesamlphp-module-rollbar.
  3. Set rollbar.token value in simplesamlphp/config/config.php.
  4. Set rollbar.environment value in simplesamlphp/config/config.php.
  5. Set logging.handler to 'SimpleSAML\Module\rollbar\Logger\RollbarLoggingHandler'.
  6. Optionally set logging.level to SimpleSAML\Logger::ERR to send only errors.