<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>pieroxy.neterror</title>
    <link>https://pieroxy.net/blog/tags/error/</link>
    <description>tech, dev, web &amp; other stuff</description>
    <language>en</language>
    <copyright>Pieroxy</copyright>
    <pubDate>Thu, 25 Aug 2022 14:06:00 GMT</pubDate>
    <dc:creator>Pieroxy</dc:creator>
    <dc:date>2022-08-25T14:06:00Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Pieroxy</dc:rights>
    <image>
      <title>pieroxy.neterror</title>
      <url>https://pieroxy.net/blog/tags/error/</url>
    </image>
    <item>
      <title>How is my website doing?</title>
      <link>https://pieroxy.net/blog/2013/01/26/1359214440000.html</link>
      <content:encoded>&lt;h2&gt;How to monitor JavaScript exceptions&lt;/h2&gt;&lt;p&gt;It's a question that everyone with a website should have in mind all the time, and often a question that is pretty hard to answer. I mean, how do you know how your website is doing? You can open it up, but that says nothing of what it looks like to your users.
&lt;p&gt;For one, you can look into your server logs. Errors are usually logged in one or more files and this is a good place to start when checking the health of your website. That takes care of the server side of things. What about the front? How can you know if in that particular browser your website is not blowing up in JavaScript errors?
&lt;p&gt;Well, fortunately, you can trap JavaScript errors. All errors on a page. And then, you can call a specific URL on your server in order to log those errors. You may want to log the date, the User-Agent string along with it. 
&lt;p&gt;So, how does that work?&lt;p class="readMore"&gt;&lt;a href="https://pieroxy.net/blog/2013/01/26/1359214440000.html"&gt;Read more...&lt;/a&gt;&lt;/p&gt;</content:encoded>
      <category domain="https://pieroxy.net/blog/categories/java/">Java</category>
      <category domain="https://pieroxy.net/blog/categories/javascript/">JavaScript</category>
      <category domain="https://pieroxy.net/blog/tags/error/">error</category>
      <category domain="https://pieroxy.net/blog/tags/java/">java</category>
      <category domain="https://pieroxy.net/blog/tags/javascript/">javascript</category>
      <category domain="https://pieroxy.net/blog/tags/web/">web</category>
      <pubDate>Sat, 26 Jan 2013 15:34:00 GMT</pubDate>
      <guid isPermaLink="false">tag:pieroxy.net,2013-01-26:pieroxy.net/1359214440000</guid>
      <dc:date>2013-01-26T15:34:00Z</dc:date>
    </item>
  </channel>
</rss>

