PHPackages                             webvork/yii-sentry - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. webvork/yii-sentry

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

webvork/yii-sentry
==================

A Sentry integration for Yii Framework

1.0.3(2y ago)1419BSD-3-ClausePHPPHP ^8.2|^8.3

Since Jan 5Pushed 2y agoCompare

[ Source](https://github.com/webvork-com/yii-sentry)[ Packagist](https://packagist.org/packages/webvork/yii-sentry)[ Docs](https://www.yiiframework.com/)[ RSS](/packages/webvork-yii-sentry/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (23)Versions (8)Used By (0)

 [ ![](https://camo.githubusercontent.com/8317c17418b39410a660f5149071d26c5023c0d5fb2b7ebb771324812f666d73/68747470733a2f2f796969736f66742e6769746875622e696f2f646f63732f696d616765732f7969695f6c6f676f2e737667) ](https://github.com/yiisoft) [ ![Sentry](https://camo.githubusercontent.com/63d7d9ecd366a58bdf965da3824d392a4ef345b8097753faa12ae07738ac8431/68747470733a2f2f73656e7472792d6272616e642e73746f726167652e676f6f676c65617069732e636f6d2f73656e7472792d776f72646d61726b2d6461726b2d3238307838342e706e67) ](https://sentry.io/)

Yii Sentry
==========

[](#yii-sentry)

The package provides [Sentry](https://sentry.io/) integration for Yii Framework

[![Build status](https://github.com/webvork-com/yii-sentry/workflows/build/badge.svg)](https://github.com/webvork-com/yii-sentry/actions?query=workflow%3Abuild)

Installation
------------

[](#installation)

The package needs PSR-compatible HTTP client and factories so require it additionally to this package:

```
composer require httpsoft/http-message
composer require php-http/guzzle7-adapter
composer require webvork/yii-sentry
```

The first two can be replaced to other packages of your choice.

For handling console errors `yii-console` and `yii-event` packages are required additionally:

```
composer require yiisoft/yii-console
composer require yiisoft/yii-event
```

Configure HTTP factories and client (usually that is `config/common/sentry.php`):

```
