2017 © Pedro Peláez
 

yii2-extension yii2-sentry-log

Simple Yii2 Sentry target for logging (http://getsentry.com)

image

intersvyaz/yii2-sentry-log

Simple Yii2 Sentry target for logging (http://getsentry.com)

  • Wednesday, December 6, 2017
  • by intersvyaz-it
  • Repository
  • 6 Watchers
  • 2 Stars
  • 8,799 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 8 Versions
  • 3 % Grown

The README.md

yii2-sentry-log

Yii2 Sentry target for logging based on Raven client., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

$ php composer.phar require intersvyaz/yii2-sentry-log "~1.0.0"

or add, (*4)

"intersvyaz/yii2-sentry-log": "~1.0.0"

to the require section of your composer.json file., (*5)

Usage

Add target class in your project config:, (*6)

'components' => [
    'log' => [
        'targets' => [
            [
                'class' => 'sentry\SentryTarget',
                'levels' => ['error', 'warning'],   // or smth else
                'dsn' => '',                        // sentry access string
            ],
        ],
    ],

Then use like ordinary log:, (*7)

Yii::error('some string');

or, (*8)

Yii::error([
    'msg' => 'some message',
    'data' => [...],                // Any pair key=>value for adding to the sentry message 
]);

Note

Because the mechanism of logging is asyncronical, standard sentry stacktrace is unavailable. But this extension sends logger stacktrace in extra parameters of message., (*9)

The Versions

06/12 2017

dev-master

9999999-dev

Simple Yii2 Sentry target for logging (http://getsentry.com)

  Sources   Download

BSD

The Requires

 

The Development Requires

by Avatar DarkAiR

logger log logging yii2 sentry target

06/12 2017

1.0.6

1.0.6.0

Simple Yii2 Sentry target for logging (http://getsentry.com)

  Sources   Download

BSD

The Requires

 

The Development Requires

by Avatar DarkAiR

logger log logging yii2 sentry target

24/12 2016

1.0.5

1.0.5.0

Simple Yii2 Sentry target for logging (http://getsentry.com)

  Sources   Download

BSD

The Requires

 

The Development Requires

by Avatar DarkAiR

logger log logging yii2 sentry target

30/09 2016

1.0.4

1.0.4.0

Simple Yii2 Sentry target for logging (http://getsentry.com)

  Sources   Download

BSD

The Requires

 

The Development Requires

by Avatar DarkAiR

logger log logging yii2 sentry target

19/02 2016

1.0.3

1.0.3.0

Simple Yii2 Sentry target for logging (http://getsentry.com)

  Sources   Download

BSD

The Requires

 

The Development Requires

by Avatar DarkAiR

logger log logging yii2 sentry target

04/02 2016

1.0.2

1.0.2.0

Simple Yii2 Sentry target for logging (http://getsentry.com)

  Sources   Download

BSD

The Requires

 

The Development Requires

by Avatar DarkAiR

logger log logging yii2 sentry target

04/02 2016

1.0.1

1.0.1.0

Simple Yii2 Sentry target for logging (http://getsentry.com)

  Sources   Download

BSD

The Requires

 

The Development Requires

by Avatar DarkAiR

logger log logging yii2 sentry target

18/11 2015

1.0.0

1.0.0.0

Simple Yii2 Sentry target for logging (http://getsentry.com)

  Sources   Download

BSD

The Requires

 

The Development Requires

by Avatar DarkAiR

logger log logging yii2 sentry target