You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
I saw there're some more complete rulesets like Dart language that tries to list all common error classes. Should we open pull request to add more class names like that?
The current implementation requires all error backtrace starts with
Errorbut in reality, even a most common 404 logs doesn't haveErroras prefix:I saw there're some more complete rulesets like Dart language that tries to list all common error classes. Should we open pull request to add more class names like that?
Related: #59 #38