<div dir="ltr">Awesome, I will check those out. Thank you.<div><br></div><div>FWIW, to catch errors in our staging environment, we threw together a quick solution using information from [1] and [2] to catch errors and a custom rails controller to deliver the errors using the exception_notifier gem [3]. By the sounds of it, noise is going to be an issue, but we figured we'd give it a go.<div>
<div><br><div><br></div><div>Cheers,</div><div><br></div><div>Alex <div><div><br></div><div><br></div></div></div></div></div></div><div>[1] <a href="http://devblog.pipelinedeals.com/pipelinedeals-dev-blog/2012/2/12/javascript-error-reporting-for-fun-and-profit-1.html">http://devblog.pipelinedeals.com/pipelinedeals-dev-blog/2012/2/12/javascript-error-reporting-for-fun-and-profit-1.html</a></div>
<div>[2] (for catching angular errors) <a href="http://stackoverflow.com/questions/13595469/how-to-override-exceptionhandler-implementation">http://stackoverflow.com/questions/13595469/how-to-override-exceptionhandler-implementation</a></div>
<div>[3] <a href="http://smartinez87.github.io/exception_notification/">http://smartinez87.github.io/exception_notification/</a></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 18, 2013 at 2:41 PM, Jonathan del Strother <span dir="ltr"><<a href="mailto:maillist@steelskies.com" target="_blank">maillist@steelskies.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> On 18 Jul 2013, at 14:14, Alexander Hockey-Sweeney <<a href="mailto:alexsween@gmail.com">alexsween@gmail.com</a>> wrote:<br>

><br>
>> On a related note to javascript within Rails apps - does anyone have any tips for reporting javascript errors (with a Rails app)? Something similar to the rails exception_notification gem, but for javascript.<br>

<br>
</div>Paul Irish had a post collecting a bunch of them<br>
(<a href="https://plus.google.com/+PaulIrish/posts/12BVL5exFJn" target="_blank">https://plus.google.com/+PaulIrish/posts/12BVL5exFJn</a>) with some<br>
useful bits in the comments.<br>
I don't love any of the ones I've tried, though - there's a lot of<br>
noise from errors that I can't reproduce / locate, which is<br>
frustrating.<br>
<br>
At the moment I'm using Muscula.<br>
</blockquote></div><br></div>