Skip to content

Commit

Permalink
Merge pull request #37 from CuriousInc/master
Browse files Browse the repository at this point in the history
Remove exception listeners, rely on Symfony...::logKernelException() to log uncaught exceptions
  • Loading branch information
ArturMoczulski committed Oct 13, 2018
2 parents 3e39431 + 6dc880e commit 9cfa9e0
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 553 deletions.
101 changes: 0 additions & 101 deletions EventListener/AbstractListener.php

This file was deleted.

110 changes: 0 additions & 110 deletions EventListener/ErrorListener.php

This file was deleted.

45 changes: 0 additions & 45 deletions EventListener/ExceptionListener.php

This file was deleted.

15 changes: 0 additions & 15 deletions Resources/config/services.yml
@@ -1,19 +1,4 @@
services:
Rollbar\Symfony\RollbarBundle\EventListener\ExceptionListener:
arguments:
- '@service_container'
- '@logger'
- '@Rollbar\Symfony\RollbarBundle\Payload\Generator'
tags:
- { name: kernel.event_listener, event: kernel.exception, priority: -100 }

Rollbar\Symfony\RollbarBundle\EventListener\ErrorListener:
arguments:
- '@service_container'
- '@logger'
- '@Rollbar\Symfony\RollbarBundle\Payload\Generator'
tags:
- { name: kernel.event_listener, event: kernel.exception }

Rollbar\Symfony\RollbarBundle\Factories\RollbarHandlerFactory:
arguments:
Expand Down

0 comments on commit 9cfa9e0

Please sign in to comment.