定制 kunstmaan/sentry-bundle 二次开发

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

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

kunstmaan/sentry-bundle

最新稳定版本:v2.4.1

Composer 安装命令:

composer require kunstmaan/sentry-bundle

包简介

THIS REPO IS DEPRECATED: replaced by Monolog | The SentryBundle for Symfony2 helps binds the raven-php module into a Symfony2 bundle for easy use with the framework. It will autoload an exception handler into the framework, so that all uncaught errors are sent to a Sentry server.

README 文档

README

IMPORTANT: We recommend that you no longer use this bundle. Since it's inception Monolog has gotten built in Sentry support. See https://github.com/KunstmaanLegacy/KunstmaanSentryBundle/issues/18 and https://github.com/Seldaek/monolog/pull/76/files

SentryBundle for Symfony2

Build Status Total Downloads Latest Stable Version Analytics

This helps binds the raven-php module into a Symfony2 bundle for easy use with the framework. It will autoload an exception handler into the framework, so that all uncaught errors are sent to a Sentry server.

Important: This bundle is heavily inspired by Drew Butler's Airbrake bundle.

Installation requirements

You should be able to get Symfony 2.1 up and running before you can install the KunstmaanAdminBundle.

Installation instructions

Assuming you have installed composer.phar or composer binary:

$ composer require kunstmaan/sentry-bundle

Add the KunstmaanSentryBundle to your AppKernel.php file:

new Kunstmaan\SentryBundle\KunstmaanSentryBundle(),

Multiple environments support

To enable Sentry for a specific environment, add these lines to the config.yml file for the environment (ie. config_prod.yml) :

kunstmaan_sentry:
    enabled: true
    dsn: "http://nnn:nnn@12345.12345.12345.12345/1"

Note that Sentry logging is disabled by default.

统计信息

  • 总下载量: 24.89k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 23
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 22
  • Watchers: 14
  • Forks: 10
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-08-17