Oleg Andreyev
Oleg Andreyev
@DamienHarper Relevant for 2.x
  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 planning to work on solution
@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 .
@matthiasnoback added a test case.
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...