2017 © Pedro Peláez
 

symfony-bundle rollbar-bundle

Symfony2 Bundle for rollbar.com

image

rafalkanski/rollbar-bundle

Symfony2 Bundle for rollbar.com

  • Wednesday, December 30, 2015
  • by rafalkanski
  • Repository
  • 2 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 16 Forks
  • 0 Open issues
  • 19 Versions
  • 0 % Grown

The README.md

FtrrtfRollbarBundle

Symfony2 Bundle for rollbar.com, (*1)

Installation

Install the bundle via Composer

Method 1: Auto-Update of your composer.json

php composer.phar require ftrrtf/rollbar-bundle

Method 2: Manually updating your composer.json

"require" :  {
    // ...
    "ftrrtf/rollbar-bundle": "v0.5",
}

Register the bundle in your application

Update your AppKernel.php:, (*2)

``` php <?php public function registerBundles() { if ($this->getEnvironment() == 'prod') { $bundles[] = new \Ftrrtf\RollbarBundle\FtrrtfRollbarBundle(); } }, (*3)



## Configuration ```yaml # app/config/config_prod.yml ftrrtf_rollbar: notifier: server: transport: type: curl access_token: %rollbar_server_access_token% # or async # type: agent # agent_log_location: %kernel.logs_dir%/%kernel.environment%.rollbar client: access_token: %rollbar_client_access_token% # optional source_map_enabled: true code_version: "some version string, such as a version number or git sha" guess_uncaught_frames: true rollbarjs_version: "rollbar_js_version" # i.e. v1.7, if empty then the newest available version (v1.x) will be used # if you want to overwrite checkIgnore function (client js), you have to deliver # service id which implements Ftrrtf\RollbarBundle\Provider\CheckIgnoreFunctionProviderInterface # check_ignore_function_provider: my_service_name # optional - if not passed, window.location.origin will be only allowed host # allowed_js_hosts: # - http://myhost.mydomain.com # - http://myhost2.mydomain.com environment: environment: "%rollbar_environment%[%kernel.environment%]"

TODO

  • More tests
  • More configuration options for rollbar-notifier

The Versions

30/12 2015

dev-feature/check_ignore_function

dev-feature/check_ignore_function

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

30/12 2015

dev-feature/custom_ignore_function

dev-feature/custom_ignore_function

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

30/12 2015

dev-master

9999999-dev

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

29/10 2015

v0.14

0.14.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

09/10 2015

v0.13

0.13.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

02/10 2015

v0.12

0.12.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

01/10 2015

v0.11

0.11.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

21/09 2015

v0.10

0.10.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

07/09 2015

v0.9

0.9.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

18/08 2015

v0.8

0.8.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

10/08 2015

v0.7

0.7.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

23/06 2015

v0.6

0.6.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

13/12 2014

v0.5

0.5.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

10/08 2014

v0.4

0.4.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

28/07 2014

dev-opt-refactoring

dev-opt-refactoring

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

07/07 2014

v0.3

0.3.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

11/02 2014

v0.2

0.2.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

10/02 2014

dev-develop

dev-develop

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 errors rollbar

23/07 2013

v0.1

0.1.0.0

Symfony2 Bundle for rollbar.com

  Sources   Download

MIT

The Requires

  • ext-curl *
  • php >=5.3

 

errors rollbar