-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
It would be great to provide such functionality. I.e. in my case rollbar notifies about expired/broken api tokens (error 401 - \Component\Security\Core\Exception\InsufficientAuthenticationException).
I think this might be read from config, i.e. like this:
exclude:
'Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException': true
'Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException': true
'AppBundle\Exception\MustChangePasswordException': true
Reactions are currently unavailable