定制 staffim/rollbar-bundle 二次开发

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

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

staffim/rollbar-bundle

最新稳定版本:v1.3.1

Composer 安装命令:

composer require staffim/rollbar-bundle

包简介

Bundle for Symfony2 that reports errors to Rollbar

关键字:

README 文档

README

Build Status SensioLabsInsight

About

Integrates Rollbar with your Symfony2 application.

Installation

Require the staffim/rollbar-bundle package in your composer.json and update your dependencies.

$ composer require staffim/rollbar-bundle:*

Add the StaffimRollbarBundle to your application's kernel:

    public function registerBundles()
    {
        $bundles = array(
            ...
            new Staffim\RollbarBundle\StaffimRollbarBundle(),
            ...
        );
        ...
    }

Configuration

staffim_rollbar:
    # Rollbar access token
    access_token: ###
    # PHP error level (see http://php.net/manual/en/function.error-reporting.php)
    error_level: -1
    # Values from scrub.parameters are replaced by the key for specified exceptions
    scrub:
        exceptions:
            - PDOException
        parameters:
            key: %key%

统计信息

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

GitHub 信息

  • Stars: 9
  • Watchers: 3
  • Forks: 10
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-03-30