intersvyaz/yii-sentry
最新稳定版本:1.0.5
Composer 安装命令:
composer require intersvyaz/yii-sentry
包简介
Sentry component and LogRoute for Yii1
README 文档
README
Sentry component and log route for Yii framework.
Requirements
- Yii Framework > 1.1.15 (Have not test any other frameworks)
- Sentry Account or Your own Sentry server
Download
composer require intersvyaz/yii-sentry
Configure
main.php:
... 'preload' => [ ... 'sentry', ], ... 'components' => [ 'sentry' => [ 'class' => Intersvyaz\YiiSentry\SentryComponent::class, 'dsn' => 'https://X1:X2@host.com/2', 'useRavenJs' => true, 'ravenJsPlugins' => ['jquery'], 'enabled' => !YII_DEBUG, ], ... 'log' => [ 'class' => 'CLogRouter', 'routes' => [ ... [ 'class' => Intersvyaz\YiiSentry\SentryLogRoute::class, 'levels' => 'error, warning', 'except' => 'exception.CHttpException.404, exception.CHttpException.400, exception.CHttpException.403', ], ], ], ], ...
统计信息
- 总下载量: 82.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-12