-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
Sentry for code-review and code-coverage is almost unusable because we have too many errors which are not grouped together.
E.g. we have one Mercurial error on diff (error='patching file XXX
for each possible file, while we should have only one Mercurial error on diff
that groups all of them together.
We should either find a way to make Sentry group all of those issues together, or modify the log messages to avoid including specific information about errors.
Here's where that example warning comes from: https://github.com/mozilla/libmozevent/blob/f1d8c03c418bebe45f468f84dabfb85d4d533685/libmozevent/mercurial.py#L386.
Metadata
Metadata
Assignees
Labels
No labels