PHPackages                             exileed/yii2-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. exileed/yii2-sentry

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

exileed/yii2-sentry
===================

Yii2 integration for Sentry

0.1.0(4y ago)03.1k1BSD-3-ClausePHPPHP ^7.4 || ^8.0

Since Jul 30Pushed 4y agoCompare

[ Source](https://github.com/exileed/yii2-sentry)[ Packagist](https://packagist.org/packages/exileed/yii2-sentry)[ RSS](/packages/exileed-yii2-sentry/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (6)Versions (5)Used By (0)

yii2-sentry
===========

[](#yii2-sentry)

Yii2 integration for [Sentry](https://getsentry.com/) using Sentry PHP SDK v3.

Inspired by official [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) and [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) packages.

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

[](#installation)

The preferred way to install this package is through [composer](http://getcomposer.org/download/):

```
composer require exileed/yii2-sentry
```

Package doesn't provide any HTTP transport out of the box. To install package with a recommended HTTP client use special metapackage:

```
composer require php-http/curl-client
```

Basic Usage
-----------

[](#basic-usage)

Add "sentry" component to application's config and to bootstrapping, then configure log target as follows:

```
