Developed with love by KnpLabs Hire us for your project!
103

KunstmaanSentryBundle

by Kunstmaan

The SentryBundle for Symfony2 helps binds the raven-php module into a Symfony2 bundle for easy use with the framework. It will autoload an exception handler...

SentryBundle for Symfony2 Build Status

This helps binds the raven-php module into a Symfony2 bundle for easy use with the framework. It will autoload an exception handler into the framework, so that all uncaught errors are sent to a Sentry server.

Important: This bundle is heavily inspired by Drew Butler's Airbrake bundle.

Installation requirements

You should be able to get Symfony 2.1 up and running before you can install the KunstmaanAdminBundle.

Installation instructions

Assuming you have installed composer.phar or composer binary:

$ composer require kunstmaan/sentry-bundle

Add the KunstmaanSentryBundle to your AppKernel.php file:

new Kunstmaan\SentryBundle\KunstmaanSentryBundle(),
The MIT License

Copyright (c) 2012 Kunstmaan (http://www.kunstmaan.be)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
kunstmaan_sentry:     []
  • Updated Symfony dependency in composer.json
    By fixe, 3 months ago
  • Merge pull request #2 from fixe/patch-1
    By krispypen, 3 months ago
  • Merge pull request #2 from fixe/patch-1
    By krispypen, 3 months ago
  • Merge pull request #2 from fixe/patch-1
    By krispypen, 3 months ago
  • Merge pull request #2 from fixe/patch-1
    By krispypen, 3 months ago
  • Merge pull request #2 from fixe/patch-1
    By krispypen, 3 months ago
  • Merge pull request #2 from fixe/patch-1
    By krispypen, 3 months ago
  • Update README.md
    By krispypen, 3 months ago
  • Update .travis.yml
    By krispypen, 3 months ago
  • Update composer.json
    By roderik, 4 months ago
  • Update .travis.yml
    By krispypen, 4 months ago
  • Fixed some spacing issues
    By roderik, 7 months ago
  • Don't log when not in production
    By roderik, 7 months ago
  • Update the integration with raven to use the latest features in Raven
    By roderik, 7 months ago
  • Update the travis bulding and composer settings
    By roderik, 7 months ago
  • code_cleanup
    By krispypen, 8 months ago
  • Improve autoload
    By roderik, 10 months ago
  • Test the ExceptionListener
    By roderik, 1 year ago
  • Update vendor script
    By roderik, 1 year ago
  • Fix a notice and build a working test
    By roderik, 1 year ago
  • Local test suite is working, tests still failing
    By roderik, 1 year ago
  • Path fix
    By roderik, 1 year ago
  • Try to fix this damn test
    By roderik, 1 year ago
  • Add a real test kernel
    By roderik, 1 year ago
  • Use a test kernel
    By roderik, 1 year ago
  • Use the kernel and tweak the travis settings
    By roderik, 1 year ago
  • Add a real testcase that tests the new constructor
    By roderik, 1 year ago
  • Add a fake test
    By roderik, 1 year ago
  • add vendor script
    By roderik, 1 year ago
  • Add Travis-CI and some cleanup
    By roderik, 1 year ago