Skip to content

Similar errors from different stacktraces are grouped together #132

Closed
@gmile

Description

@gmile

While reviewing errors collected by error-tracker, I stumbled upon the following error:

(Ecto.NoResultsError) expected at least one result but got none in query:

After looking through the error occurrences, I noticed two things:

  1. actual Ecto query which results in the exception above - can be different,
  2. the error may be coming from different unrelated places in the code

This makes it hard to look for similar errors, since I need to look through all occurrences. I think it would be nice if error-tracker collected errors more precisely, for example taking into account both exception message and stacktrace when calculating fingerprint.

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