liip / LiipMonitorBundle

Integrates the LiipMonitor library into Symfony
http://liip.ch
467 stars 103 forks source link

Symfony6 #278

Closed Wordlesschunk closed 1 year ago

Wordlesschunk commented 1 year ago
image

Getting an error when trying to go to the route

I identified that the change made is within the HealthCheckController.php::142 needs to be changed from
$reporters = $request->query->get('reporters') ?? []; to $reporters = $request->query->all('reporters') ?? [];

kbond commented 1 year ago

Thanks for the report @Wordlesschunk, would you be able to create a PR?

Wordlesschunk commented 1 year ago

https://github.com/liip/LiipMonitorBundle/pull/279/commits/d11047257892cf56f1a74fb8f6b44f4af6aacbfa

kbond commented 1 year ago

Fixed via #279