I built an error tracker that opens the pull request for you (self-hosted, PHP/JS/Flutter)

php dev.to

Every error tracker I have used stops at the same place: here is the stack trace, here is how many times it happened, good luck. The next 40 minutes — open the file, read the code around the line, figure out the change — are always mine. I wanted that part to happen before I open the ticket. So I built Bugban. What happens when an error arrives Grouping. A fingerprint (class, file, line, normalised message) keeps repeats together: first seen, last seen, count, status. Context. Th

Read Full Tutorial open_in_new
arrow_back Back to Tutorials