i can't use this handler in monolog configuration : https://github.com/symfony/symfony/blob/5.4/src/Symfony/Bridge/Monolog/Handler/NotifierHandler.php
monolog:
handlers:
discord:
type: notifier
action_level: error
this is the error message : There is no handler class defined for handler "notifier".
How can i inject this handler ?
BR, Thomas