swilsonalfa/sentrylogger
Composer 安装命令:
composer require swilsonalfa/sentrylogger
包简介
Publish SilverStripe errors and warnings to Sentry using the Raven client.
README 文档
README
Publish SilverStripe errors and warnings to Sentry using the Raven client.
Installation
Composer (recommended):
composer require swilsonalfa/sentrylogger
Configuration
Add the following to your _config.php file in the mysite folder:
SS_Log::add_writer(new SentryLogger());
Add the Sentry DSN (available from the Sentry website) into your config yml file:
SentryLogger: sentry_dsn: https://xxx:xxx@app.getsentry.com/xxx
统计信息
- 总下载量: 5.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-27