定制 exploitfate/yii2-sentry 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-01-23