2017 © Pedro Peláez
 

library yii2-sentry

Sentry for yii2 framework

image

jerryhsia/yii2-sentry

Sentry for yii2 framework

  • Wednesday, March 15, 2017
  • by JerryHsia
  • Repository
  • 1 Watchers
  • 2 Stars
  • 75 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

yii2-sentry

Sentry client for yii framework., (*1)

Installation

composer require --prefer-dist "jerryhsia/yii2-sentry" "dev-master", (*2)

Usage

Configure it in the config/web.php file., (*3)

'components' => [
    'errorHandler' => [
        'class' => 'jerryhsia\sentry\ErrorHandler',
    ],
    'sentry' => [
        'class' => 'jerryhsia\sentry\Sentry',
        'dsn' => 'your sentry dsn',
        'options' => [
            'exclude' => [
                'yii\web\NotFoundHttpException',
                'yii\web\UnauthorizedHttpException',
                'yii\web\BadRequestHttpException',
                'yii\web\GoneHttpException',
                'yii\web\ForbiddenHttpException',
                'yii\web\MethodNotAllowedHttpException'
            ]
        ]
    ]
]

The Versions

15/03 2017

dev-master

9999999-dev https://github.com/jerryhsia/yii2-sentry

Sentry for yii2 framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Hsia

15/03 2017

1.0.0

1.0.0.0 https://github.com/jerryhsia/yii2-sentry

Sentry for yii2 framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Hsia