rollbar-php-symfony-bundle icon indicating copy to clipboard operation
rollbar-php-symfony-bundle copied to clipboard

fix: default fn-username behaviour

Open Chris53897 opened this issue 1 year ago • 3 comments

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. But i let it optional, as user can provide there own callback function instead of the default.

Type of change

  • [x] Bug fix (non-breaking change that fixes an issue)

Related issues

Chris53897 avatar May 09 '23 18:05 Chris53897

I am not 100% sure. But i guess only after this fix, Log-Messages are passed to Rollbar.

Chris53897 avatar May 09 '23 18:05 Chris53897

Relates to https://github.com/rollbar/rollbar-php-symfony-bundle/pull/71

Chris53897 avatar May 10 '23 07:05 Chris53897

@danielmorell Do you have some time to look at this? The main question for me, is to use Security or TokenInterface as used in the linked PR.

Chris53897 avatar May 20 '23 08:05 Chris53897