承接 ggioffreda/bolt-extension-rollbar 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

ggioffreda/bolt-extension-rollbar

最新稳定版本:v1.0.0

Composer 安装命令:

composer require ggioffreda/bolt-extension-rollbar

包简介

Adds error reporting capabilities using Rollbar.com ( https://rollbar.com/ ).

README 文档

README

This integrates Rollbar error reporting into your project so you can easily track errors as soon as they happen and easily debug problems in your production environments.

Requirements

This extension requires you to have rollbar/rollbar ~0.11 installed.

Installation

Add rollbar/rollbar to your root composer requirements.

$ composer require rollbar/rollbar

Install the extension from the Bolt marketplace and add the configuration to your project.

Configuration

The only required configuration parameter is access_token (server-side access token). You can grab it from your project settings in Rollbar.

The only default value set by the extension is included_errno set to include the PHP errors: E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR

A very basic configuration file may look like this:

#filename: app/config/bolt-extension-rollbar.ggioffreda.yml
access_token: 0123456789abcdef0123456789abcdef
included_errno: 4871

To know all the configuration option check out the Rollbar configuration reference.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-26