beapp/bugsnag-symfony-ext
最新稳定版本:2.1.0
Composer 安装命令:
composer require beapp/bugsnag-symfony-ext
包简介
Extensions for Bugsnag Symfony
README 文档
README
This library provides middleware and listeners to fit our own specific uses of Bugsnag.
Requirements
PHP >= 8.0symfony >= 5.0bugsnag/bugsnag-symfony >= 1.8
Installation
composer require beapp/bugsnag-symfony-ext
Add the following configuration :
bugsnag_ext:
handled_exceptions:
- 'App\Exception\LogicException'
excluded_exceptions:
- 'App\Exception\NotSoImportantException'
excluded_http_codes: ["4xx", 301]
session_per_request: true
Features
handled_exceptions: The exceptions matching one these will be forced to be notified as handled on Bugsnag platformexcluded_exceptions: Ignore some specific exceptionsexcluded_http_codes: Ignore exceptions matching specific Http response status code. Use "x" as a placeholder for any number.session_per_request: Register a listener to start a session for every request
统计信息
- 总下载量: 10.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-29