Skip to content

Ability to exclude specific exceptions #32

@fliespl

Description

@fliespl

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions