kroskolii / simplesamlphp-module-sentry
Simple module for SimpleSAMLphp to integrate it with Sentry
Installs: 13 514
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 2
Type:simplesamlphp-module
Requires
- sentry/sentry: ^3.3 | ^4.0
- simplesamlphp/composer-module-installer: ^1.1
- simplesamlphp/simplesamlphp: ^1.19 | ^2.0
Requires (Dev)
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