The Symfony monitoring library has undergone renovations to enhance the monitoring experience for developers.
The library now offers compatibility with Doctrine 3.x, allowing for the use of sql loggers or middleware based on the version of Doctrine.
The library previously used route names to monitor HTTP traffic but faced limitations, such as optional route names and mixed formats of monitored endpoints.
To address these issues, the library now collects the route pattern instead of the real URL, making it easier to ignore specific URLs or parts of the application.