Fine-tune JavaScript Monitoring with Proxino Notifiers
When debugging browser exception logs, not all information is useful information. Proxino’s notifier and whitelist system gives you control over exactly what JavaScript exceptions will appear on your dashboard, and when Proxino will tell you about them.

Now let’s have a look at the interface:

Here we create a notifier to tell us about Stripe exceptions (potential use case: loading their JavaScript to do payment processing). We set the url to “stripe.com,” which restricts our matching exception set to that domain, and we leave match blank to include every such exception (you use match to set a restriction on the exception body, for instance: “TypeError”). Finally we set trigger to 5, which tells Proxino to email us when exactly 5 errors of this type have occurred.
Between the trigger, match, and url parameters, you have a great deal of control over email notifications. But what about whitelists?

In this example we create a whitelist item for Olark. It tells Proxino to ignore exceptions which come from olark.com, if those exceptions contain the word “console.”
Whitelists are useful for filtering out classes of exceptions which you don’t care about and have no intention (or means) of fixing. These sort of exceptions tend to be rather common, and there’s no need to have them cluttering up your dashboard.
If you like these features and want to monitor your JavaScript exceptions, perhaps you should give Proxino a try.