- Issue created by @murilohp
- 🇧🇷Brazil murilohp
The following patch was made to be applied along with the 📌 Drupal 10 compatibility Needs review #2 patch, so it's intended to work with drupal 10 and the 8.x-1.x branch
- Status changed to Needs review
over 1 year ago 1:01am 14 June 2023 - 🇧🇷Brazil erickbj
I think the previous patch still relies on
\Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()
which is deprecated as of Symfony 6 and therefore not compatible with Drupal 10 (see https://www.drupal.org/project/drupal/issues/3209618 → ).Attaching an updated patch that uses
\Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest()
. - 🇧🇷Brazil renatog Campinas
Seems good. Adding into 🌱 Plan for Memory profiler 2.0.0 Active
- Status changed to RTBC
11 months ago 4:09pm 10 January 2024 - Status changed to Fixed
11 months ago 4:10pm 10 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.