2017 © Pedro Peláez
 

bolt-extension bolt-extension-rollbar

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

image

ggioffreda/bolt-extension-rollbar

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

  • Thursday, September 24, 2015
  • by ggioffreda
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Rollbar extension for Bolt

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., (*1)

Requirements

This extension requires you to have rollbar/rollbar ~0.11 installed., (*2)

Installation

Add rollbar/rollbar to your root composer requirements., (*3)

$ composer require rollbar/rollbar

Install the extension from the Bolt marketplace and add the configuration to your project., (*4)

Configuration

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

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, (*6)

A very basic configuration file may look like this:, (*7)

#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., (*8)

The Versions

24/09 2015

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Giovanni Gioffreda

24/09 2015

v1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

 

by Giovanni Gioffreda