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

ActiveLibrary

michaelslobodskih/yii2-sentry-fresh
===================================

Yii2 integration for Sentry

0994PHP

Since Aug 5Pushed 3y agoCompare

[ Source](https://github.com/michaelslobodskih/yii2-sentry-fresh)[ Packagist](https://packagist.org/packages/michaelslobodskih/yii2-sentry-fresh)[ RSS](/packages/michaelslobodskih-yii2-sentry-fresh/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)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:

```
