error-tracker icon indicating copy to clipboard operation
error-tracker copied to clipboard

Full featured error tracking module for Python

Results 1 error-tracker issues
Sort by recently updated
recently updated
newest added

At the moment, errors are overwritten. A better approach would be to simply group similar errors together (Sentry way) and allow to navigate from one to another.

enhancement