DEV Community

Ethan
Ethan

Posted on

I built my first open source library - to help identify top exceptions in real time with ML

In work, I'm dealing with the situation where a lot of exceptions can suddenly appear, but the exception class may not be defined, and
each exception message is slightly difference, hence we cannot build alerts about sudden increases in the exception count.

Hence I built https://github.com/OpenExcept/OpenExcept, to solve this problem, would love to hear your feedback!

Top comments (0)