7 ms·
All good points. Mind elaborating on the jQuery point for others? Link? We haven't hit the other two concerns just yet but they definitely make sense. I feel
by william_hc 13y ago
All good points.
Mind elaborating on the jQuery point for others? Link?
We haven't hit the other two concerns just yet but they definitely make sense. I feel that getsentry/ravenjs type products will have to offer something to filter out the noise and for offline log buffering. Both fixable, but probably not by us.
- robocat 13y agoGo to https://github.com/getsentry/raven-js/blob/master/dist/1.0.8/raven.js https://github.com/getsentry/raven-js/blob/master/dist/1.0.8... and search for jQuery. You will see code that wraps $.event.add(), $.fn.ready(), and $.ajax() Search for _helper('setTimeout') and _helper('setInterval') to see how it injects exception capture for those functions. The above cover the vast majority of code entry points if using jQuery.