Download the PHP package websupport/yii-sentry without Composer
On this page you can find all versions of the php package websupport/yii-sentry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download websupport/yii-sentry
More information about websupport/yii-sentry
Files in websupport/yii-sentry
Download websupport/yii-sentry
More information about websupport/yii-sentry
Files in websupport/yii-sentry
Vendor websupport
Package yii-sentry
Short Description Layer for Yii framework for communication with Sentry logging API
License BSD-3-Clause
Package yii-sentry
Short Description Layer for Yii framework for communication with Sentry logging API
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package yii-sentry
Yii Sentry extension
Logging Extension for Yii framework for communication with Sentry logging API
Installation
Yii Sentry is composer library so you can install the latest version with:
Configuration
Add following to your application's config:
PHP error reporting
JS error reporting
Sending user context to JS
\Websupport\YiiSentry\Client
component has public method: setJsUserContext($context)
which will send $context
to Raven JS instance.
You can call this method multiple times from any part of the system. Recommended way however is to use it in CWebUser
class right after init.
All versions of yii-sentry with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
guzzlehttp/psr7 Version ^1.6 || ^2.0
php-http/curl-client Version ^2.0
yiisoft/yii Version ^1.1.18
sentry/sdk Version ^3.1
guzzlehttp/psr7 Version ^1.6 || ^2.0
php-http/curl-client Version ^2.0
yiisoft/yii Version ^1.1.18
sentry/sdk Version ^3.1
The package websupport/yii-sentry contains the following files
Loading the files please wait ....