TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JavaScript Error Logging in Minutes

30 pointsby nik-grafabout 12 years ago

3 comments

gooderlookingabout 12 years ago
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!
评论 #5329770 未加载
joshuaccabout 12 years ago
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.
评论 #5325926 未加载
评论 #5325891 未加载
toshabout 12 years ago
Anyone knows whether the error handling API already is consistent between browsers?
评论 #5325339 未加载