For anyone who plans to set this up on a site that gets moderate traffic, here's an example Raven config that helps weed out exceptions caused by 3rd party scripts and browser extensions:<p><a href="https://gist.github.com/impressiver/5092952" rel="nofollow">https://gist.github.com/impressiver/5092952</a><p>I initially set up Raven without this ignore list, and we drowned in exceptions caused by shoddy browser plugins and userscripts. On the flipside, sifting through those logs did help to explain a few unreproducible support tickets.<p>Hope someone finds this of use!
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. :-)<p>If nobody knows of anything, I might try building my own.