You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Declaration of Sentry\Monolog\Handler::write(array $record): void must be compatible with Monolog\Handler\AbstractProcessingHandler::write(Monolog\LogRecord $record): void #640
Fatal error: Declaration of Sentry\Monolog\Handler::write(array $record): void must be compatible with Monolog\Handler\AbstractProcessingHandler::write(Monolog\LogRecord $record): void in /srv/app/vendor/sentry/sentry/src/Monolog/Handler.php on line 51
Other
I had no issue with my project using Symfony 6.0. I suspect that this issue is caused by Symfony upgrade to version 6.1. Or maybe I'm wrong and I'm just missing something.