rollbar-php-symfony-bundle
rollbar-php-symfony-bundle copied to clipboard
Bundle for Symfony that integrates Rollbar tracker
## Description of the change This PR allow to use service as `person_fn` I created PersonProvider service that is used by default To use custom person provider you need to...
The default `person_fn` does not work for me. I use Symfony 6.2, version 4 of this repo. Over my [PR](https://github.com/rollbar/rollbar-php-symfony-bundle/pull/86). But i am not sure if i am doing anything...
## Description of the change The service are all private by default in Symfony 6. This PR needs a closer look. It will only work if the "symfony/security-bundle" is installed....
We can only use a static function for `person_fn` which is not really useful since most of the time we'd want to access some dependencies from inside the function and...
Hi All! I need to send Debug & Info messages through this bundle (Its possible to do it with the SDK of rollbar) But in the RollBarHandlerFactory of this bundle...
Amends https://github.com/rollbar/rollbar-php-symfony-bundle/pull/44 Test coverage for this is coming in https://github.com/rollbar/rollbar-php-symfony-bundle/issues/45
The RollbarHandler is [deprecated](https://github.com/rollbar/rollbar-php/blob/245670b32d8e6072d6b364eda242f245879cdee9/src/Monolog/Handler/RollbarHandler.php#L4). We should use the recommended handler if possible.
Symfony Flex is a bundle installation composer plugin. It automates the installation of Symfony bundles. To ease the installation of the Rollbar bundle, we should add our recipe to the...
jms_serializer in v2 dropped usage of "serializer" alias. It means it might not be available if you don't use default symfony serializer. Also added exception to show so that user...