Open shime opened 8 years ago
Cool! 👍
What's the advantage of this over Errbit?
@rolandschuetz you don't have to host an additional server and it's focused on Node.
@shime So that only works if your current server runs on nodejs.
@rolandschuetz yup, we're gonna build an Express/Connect/Koa middleware.
Are you guys still working on this ?
@wajeehullah Nope, we've quit. Feel free to implement it.
@shime Where would the data be stored? What kind of notification system?
@chidiwilliams I originally thought about using sqlite or something like that. I would probably use email for a notification system when a new error happens.
@shime I've had a go at this. Some features are still missing but please let me know what you think. https://github.com/chidiwilliams/trackerr
Project description
There are a lot of exception tracker services on the market:
There's also Errbit, an open-source solution, which you have to host on some server.
Exception tracking is important, but instead of relying on third-party services or managing another server for that, let's use a simple middleware that mounts on an URL like
/__exceptions
and protects it with password. It would be intended for small apps primarily.It would come with search support and some sort of notification system.
Relevant Technology
Node, Express, Koa, React
Who is this for
Experienced developers