2017 © Pedro Peláez
 

symfony-bundle symfony-rollbar-bundle

Bundle for Symfony that integrates Rollbar tracker

image

oxcom/symfony-rollbar-bundle

Bundle for Symfony that integrates Rollbar tracker

  • Wednesday, June 27, 2018
  • by OxCom
  • Repository
  • 3 Watchers
  • 4 Stars
  • 6,095 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 15 Versions
  • 72 % Grown

The README.md

SymfonyRollbar bundle for Symfony Framework

Latest Stable Version Total Downloads codecov Build Status Software License, (*1)

Bundle for Symfony Framework (2.8.x, 3.x, 4.x) that integrates Rollbar tracker, (*2)

Find more documentation here, (*3)

Install

  1. Add bundle as dependency bash $ composer require oxcom/symfony-rollbar-bundle
  2. Provide configuration for it yaml symfony_rollbar: enable: true exclude: - \AppBundle\Exceptions\MyAwesomeException rollbar: access_token: 'some-secret-token-here' rollbar_js: access_token: 'some-public-token-here'
  3. Load bundle for 4.x: php \SymfonyRollbarBundle\SymfonyRollbarBundle::class => ['all' => true] or for 2.8.x and 3.x php $bundles = [ // ... new \SymfonyRollbarBundle\SymfonyRollbarBundle(), // ... ];

Bugs and Issues

Please, if You found a bug or something, that is not working properly, contact me and tell what's wrong. It's nice to have an example how to reproduce a bug, or any idea how to fix it in Your request. I'll take care about it ASAP., (*4)

The Versions