Download the PHP package yawik/sentry without Composer
On this page you can find all versions of the php package yawik/sentry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor yawik
Package sentry
Short Description This module integrates Sentry error reporting in an YAWIK instance.
License MIT
Package sentry
Short Description This module integrates Sentry error reporting in an YAWIK instance.
License MIT
Please rate this library. Is it a good library?
Informations about the package sentry
YAWIK Sentry Integration
This integrates Sentry error reporting into an YAWIK instance
Requirements
running YAWIK
Installation
Require a dependency via composer.
Enable the module for the Zend module manager via creating the sentry.module.php
file in the /config/autoload
directory with the following content.
Configuration
Copy the file config/sentry.module-options.local.php.dist
into the config/autoload
directory and strip off the .dist
extension.
Adjust the configuration.
$enable
:
You may disable sending events to Sentry. (e.g. for testing or development environments.)$sentryConfig
:
You can use any configuration keys that can be used in the function\Sentry\init()
as described here.
However, thedsn
key is required, and sending events will be disabled, if it is not set or empty - regardless of the$enabled
setting above.
Development
-
Clone project
-
Install dependencies:
- Run PHPUnit Tests
Licence
MIT
All versions of sentry with dependencies
PHP Build Version
Package Version
The package yawik/sentry contains the following files
Loading the files please wait ....