<p>Although it's nice to know that the <a href="http://jserrlog.appspot.com/"> jsErrLog</a> service is sitting there recording errors that your users are seeing it does put the onus on developers to remember to check the report page for their URL to see if there have been any issues.</p> <p></p> <p>To make things a little more pro-active registered users can now connect to an XMPP (<a href="http://www.google.com/talk/">Google Chat</a>) client (eg <a href="http://digsby.com/">Digsby</a>) and every time there's a new error reported the bot will send you an alert.</p> <p></p> <p>Because you might get a flurry of messages if you deploy a version and there's an error, or a 3<sup>rd</sup> party component has a problem the bot also listens to a set of messages so it's easy to suspect the alerting (or turn it back on when the problem has been fixed).</p> <p></p> <p>At the moment there a few restrictions:</p> <p class="MsoListParagraph"><span style="font-family:Symbol;"><span>&middot;<span style="font:7pt Times New Roman;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span>alerts have to match a specific URL</p> <p class="MsoListParagraph"><span style="font-family:Symbol;"><span>&middot;<span style="font:7pt Times New Roman;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span>for a given user all alerts are turned off/on (no per URL granularity)</p> <p class="MsoListParagraph"><span style="font-family:Symbol;"><span>&middot;<span style="font:7pt Times New Roman;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span>alerting is only available to users who've made a donation or promoted <a href="http://jserrlog.appspot.com/">jsErrLog</a></p> <p></p> <p>The reason for the first one is a limitation with the way AppEngine lets me query data (unlike SQL the GQL query language does not support the CONTAINS or LIKE verbs)&hellip; I'm looking for a solution to that</p> <p>The second is a feature that I plan to add soon depending on demand.</p> <p>The third&hellip; at the moment it takes a little bit of setup to add new users so I'm adding it as the first <a href="http://en.wikipedia.org/wiki/Freemium">freemium</a> feature though this may change. If you want that enabled please let me know the URL you are monitoring and your Google Chat ID and I'll let you know what else you need to do to enable it&hellip;</p>