rollbar / rollbar-php-symfony-bundle

Bundle for Symfony that integrates Rollbar tracker
MIT License
28 stars 25 forks source link

Remove exception listeners, rely on Symfony...::logKernelException() to log uncaught exceptions #37

Closed hngl closed 6 years ago

hngl commented 6 years ago

Fixes #36

jessewgibbs commented 6 years ago

@hngl thanks for the contribution!

@ArturMoczulski can you review this when you get a chance?

hngl commented 6 years ago

Tests pass, yet phpunit exits non-zero because of issue 2775

ArturMoczulski commented 6 years ago

I verified the broken build is not a result of the PR and can happen in the master branch as well, so I'm merging the PR in. The phpunit exiting with a non-zero status will be resolved in a separate issue.

hngl commented 5 years ago

@ArturMoczulski Thanks for reviewing. 👍 Could you please publish the result to packagist?

hngl commented 5 years ago

@jessewgibbs Could you please publish the new master to packagist?

ArturMoczulski commented 5 years ago

v3.1.0 was published to packagist a while back. @hngl can you verify that you can pull that version from packagist?

hngl commented 5 years ago

Yes! Version 3.1.0 is downloadable from Packagist.