From 4fa38178be7d41e72d6fbf21371981ec2851dbc0 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 30 Nov 2015 13:49:46 +0000 Subject: [PATCH] ignore some common errors in sentry --- services/web/app/views/sentry.jade | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/web/app/views/sentry.jade b/services/web/app/views/sentry.jade index 149b06ea39..d1c6115030 100644 --- a/services/web/app/views/sentry.jade +++ b/services/web/app/views/sentry.jade @@ -31,7 +31,10 @@ 'bmi_SafeAddOnload', 'EBCallBackMessageReceived', // See http://toolbar.conduit.com/Developer/HtmlAndGadget/Methods/JSInjection.aspx - 'conduitPage' + 'conduitPage', + 'NS_ERROR_NOT_CONNECTED:', + "TypeError: Cannot read property 'row' of undefined", + 'TypeError: start is undefined' ], ignoreUrls: [ // Facebook flakiness