beapp/bugsnag-symfony-ext 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

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.0
  • symfony >= 5.0
  • bugsnag/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 platform
  • excluded_exceptions : Ignore some specific exceptions
  • excluded_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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-04-29