oleg-chulakov-studio/yii2-sentry
Composer 安装命令:
composer require oleg-chulakov-studio/yii2-sentry
包简介
Yii2 component for Sentry
README 文档
README
Install by composer
composer require oleg-chulakov-studio/yii2-sentry
Or add this code into require section of your composer.json and then call composer update in console
"oleg-chulakov-studio/yii2-sentry": "*"
Usage
In configuration file for web do
<?php 'components' => [ 'errorHandler' => [ 'class' => \OlegChulakovStudio\sentry\SentryErrorWebHandler::className(), 'mode' => YII_DEBUG, 'errorAction' => '/system/error', 'sentry' => [ 'class' => OlegChulakovStudio\sentry\SentryComponent::className(), 'url' => 'dsn' ], ] ] ?>
In configuration file for console do
<?php 'components' => [ 'errorHandler' => [ 'class' => \OlegChulakovStudio\sentry\SentryErrorConsoleHandler::className(), 'mode' => YII_DEBUG, 'sentry' => [ 'class' => OlegChulakovStudio\sentry\SentryComponent::className(), 'url' => 'dsn' ], ] ] ?>
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2017-07-07