Closed
Description
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:
- actual Ecto query which results in the exception above - can be different,
- 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
Labels
No labels