🇱🇹Lithuania k-l
@bloke_zero have same issue after updating to Monolog 3.
Created new issue with a dirty fix (IMHO issue is in Newrelic side)
https://www.drupal.org/project/monolog/issues/3444346
🐛
Placeholder variables are not working (newrelic)
Active
🇱🇹Lithuania k-l
Also you need to patch Pagerer → module to work on D10
- https://www.drupal.org/project/pagerer/issues/3384775 🐛 Removed plugin configs should be uninstalled Fixed
- https://www.drupal.org/project/pagerer/issues/3384778 🐛 PHP 8.1: TypeError must be of type int Fixed
🇱🇹Lithuania k-l
Patch for removing configs.
🇱🇹Lithuania k-l
Got same issue as in #29. `/sitemap.xml` page gets cached and is served for other domains.
Instead on disabling `/sitemap.xml` page cache completely as it is done in #30, added `url` cache context that means result will be cached for every url variation.
Patch is based on #20.