Skip to content

Feature request : similarity detection using blind spots #7

Description

@Bastes

Problem :

Ruby on Rails apps error reports include precise instance IDs in this way :
#ErrorController:0x92511c0
The 0x92511c0 prevents similar errors from regrouping.

Possible solution :

Introduce "blind spot" patterns applied to the error texts before detecting similarity. They could be expressed in regexp form with the blinded replacement in an hash :
{ /(<\w+):0x[0-9a-f]+(>)/ => '\1\2', /(some_parameter: )\d+/ => '\1' }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions