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.

Announcing JS Error Reporting and Ajax Timing in New Relic

64 pointsby pablosanchezabout 11 years ago

5 comments

exogenabout 11 years ago
In the post it says they instrument the $.get callback, but that's a jQuery function. So are they instrumenting actual AJAX methods or just jQuery's? Can you get timing data for JSONP requests, which don't actually use AJAX (but jQuery hides that for you)?
评论 #7395126 未加载
sfengabout 11 years ago
If you&#x27;re interested in an OS alternative, Bucky also times AJAX requests: <a href="http://github.hubspot.com/bucky/" rel="nofollow">http:&#x2F;&#x2F;github.hubspot.com&#x2F;bucky&#x2F;</a>
SDGTabout 11 years ago
Just noticed my cool little Browser(beta) menu today!<p>Cool stuff, especially given that it&#x27;s being offered for cheap Lite users like myself. I was happy with average req times; this is just icing on the cake!
markwillis82about 11 years ago
I&#x27;ve already got this set up. Looks like New Relic are going to be monitoring all the things! Soon
评论 #7395078 未加载
shacharzabout 11 years ago
How do they do that? they add event listener to windows.onerror?