Oleg Andreyev

Results 116 comments of Oleg Andreyev

![image](https://github.com/DamienHarper/auditor/assets/1244112/154caa75-28fe-4080-8737-c22d3346e991) ![image](https://github.com/DamienHarper/auditor/assets/1244112/78627d66-a22d-4ed0-b44b-ab1db3b5b304) you'll need ```json # composer.json "sentry/sentry-symfony": "^4.6", "damienharper/auditor-bundle": "^5.0", ``` ```yaml # sentry.yaml sentry: dsn: '%env(SENTRY_DSN)%' options: traces_sample_rate: 0.25 # Set a sampling rate for profiling - this...

@craigh @DamienHarper added my PR https://github.com/DamienHarper/auditor/pull/195

I'm observing something similar, leak between workers or something. If I try to xdebug it only 3rd request in getting connected to IDE. https://github.com/dunglas/frankenphp/assets/1244112/03245b58-cde3-49b9-92c3-f10d700fddda It looks like some cache, because...

@dunglas yes, it's EA, from what I've observed `EasyAdminTwigExtension` is not called, thus not setting `ea` variable, extension is not called because `\Twig\ExtensionSet::getGlobals` is not executed - probably due to...

@javiereguiluz Yes, already figured out that it's not EA itself .

Today found exact same issue. 1. consumers are running using UniqueEntity validator with custom method that uses `toIterable` 2. because `toIterable` creates new hydrator but event-manager is shared number of...