File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ class Configuration implements ConfigurationInterface
5454 * @var array
5555 */
5656 public static $ exclude = [
57- '\Symfony\Component\Debug\Exception\FatalErrorException ' ,
5857 ];
5958
6059 /**
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ More documentation here [here](https://github.com/OxCom/symfony-rollbar-bundle/t
1919 symfony_rollbar:
2020 enable: true
2121 exclude:
22- - \S ymfony\C omponent\D ebug\E xception\F atalErrorException
2322 - \A ppBundle\E xceptions\M yAwesomeException
2423 rollbar:
2524 access_token: ' some-secret-token-here'
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ Simple configuration of bundle:
77
88 symfony_rollbar :
99 enable : true
10- exclude :
11- - \Symfony\Component\Debug\Exception\FatalErrorException
10+ exclude : []
1211 rollbar :
1312 access_token : ' some-secret-token-here'
1413 environment : ' %kernel.environment%'
You can’t perform that action at this time.
0 commit comments