Skip to content

Implement improved ignore list #86

@hlubek

Description

@hlubek

Goals:

  • Deprecate "blacklist" because of inappropriate naming (but still accept the old configuration option to keep it compatible)
  • Use "ignorelist" as the new name (configuration options and classes)
  • Extend exception ignore lists based on:
    • Message regexp
    • Class regexp -> provide examples due to escaping / backslashes
    • Exception code
  • Document example to readme

This way we could configure a common list of "client" exceptions that cause too much noise in Sentry and are due to e.g. bad route parameters, property mapping or form validation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions