kroskolii/simplesamlphp-module-sentry

Simple module for SimpleSAMLphp to integrate it with Sentry

Installs: 6 862

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 2

Type:simplesamlphp-module

1.2.0-rc1 2023-11-14 04:53 UTC

This package is auto-updated.

Last update: 2024-04-14 05:54:34 UTC


README

Simple module for SimpleSAMLphp to integrate it with Sentry.

Installation

$ composer require kroskolii/simplesamlphp-module-sentry

Configuration

Copy module_sentry.php from config-templates/ directory of this module into config directory of your SimpleSAMLphp installation and fill in or set additional key in $config array. Please consult https://docs.sentry.io/platforms/php/configuration/options/ for available keys.

Note also that DSN, release and environment options can be read from the following environment variables automatically:

  • SENTRY_DSN
  • SENTRY_RELEASE
  • SENTRY_ENVIRONMENT