2017 © Pedro Peláez
 

library yii-sentry

Layer for Yii framework for communication with Sentry logging API

image

tatarko/yii-sentry

Layer for Yii framework for communication with Sentry logging API

  • Wednesday, November 11, 2015
  • by tatarko
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,170 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

Yii Sentry extension

Layer for Yii framework for communication with Sentry logging API, (*1)

Latest Stable Version Code Climate, (*2)

Installation

Yii Sentry is composer library so you can install the latest version with:, (*3)

php composer.phar require tatarko/yii-sentry

Configuration

To your application's config add following:, (*4)

'components' => array(
    'log' => array(
        'class' => 'CLogRouter',
        'routes' => array(
            // your other log routers
            array(
                'class' => 'Tatarko\\YiiSentry\\LogRoute',
                'levels' => 'error,warning',
                // 'enabled' => !YII_DEBUG,
            ),
        ),
    ),
    'sentry' => array(
        'class' => 'Tatarko\\YiiSentry\\Client',
        'dsn' => '', // Your's DSN from Sentry
    ),
)

The Versions

11/11 2015

dev-master

9999999-dev

Layer for Yii framework for communication with Sentry logging API

  Sources   Download

MIT

The Requires

 

api logging yii sentry

11/11 2015

v1.0.1

1.0.1.0

Layer for Yii framework for communication with Sentry logging API

  Sources   Download

MIT

The Requires

 

api logging yii sentry

28/04 2015

v1.0.0

1.0.0.0

Layer for Yii framework for communication with Sentry logging API

  Sources   Download

MIT

The Requires

 

api logging yii sentry

28/04 2015

v0.1.0

0.1.0.0

Layer for Yii framework for communication with Sentry logging API

  Sources   Download

MIT

The Requires

 

api logging yii sentry