Does anyone happen to know if there is an open-source equivalent to this type of service? Obviously, saving the errors isn't that difficult, but reporting it back in a decently browseable interface requires a bit more effort. :-)
If nobody knows of anything, I might try building my own.
Comments
Does anyone happen to know if there is an open-source equivalent to this type of service? Obviously, saving the errors isn't that difficult, but reporting it back in a decently browseable interface requires a bit more effort. :-)
If nobody knows of anything, I might try building my own.
Here you can find the open sourced JavaScript lib https://github.com/getsentry/raven-js
That is very helpful. Thanks!
Sentry is open-source: https://github.com/getsentry/sentry
Thanks for pointing this out. I missed that item on the home page. :-)