exploitfate/yii2-sentry
最新稳定版本:v1.0.1
Composer 安装命令:
composer create-project exploitfate/yii2-sentry
包简介
Yii2 Sentry package
README 文档
README
Requirements
sudo apt -y install php-excimer
Installation
The preferred way to install this extension is through composer.
php composer.phar require --prefer-dist exploitfate/yii2-sentry
Configuration
Add sentry component to bootstrap and set component config
return [ 'bootstrap' => ['sentry'], // ... 'components' => [ // ... 'sentry' => [ 'class' => 'exploitfate\yii\sentry\Sentry', 'enabled' => false, // optional, default = false 'options' => [ 'dsn' => 'http://1234567890:abcddefg0987654321@sentry.io/7654321', // 'traces_sample_rate' => 1.0, // Set a sampling rate for profiling - this is relative to traces_sample_rate // 'profiles_sample_rate' => 1.0, ], ], // ... ], ];
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-23