ignoreAjaxError flag not working

adamfarhi

Posted on
Sep 08 2016

I'm trying to disable "AJAX Error" type errors. it seems like ignoreAjaxError & ignoreAjaxAbort are not working. this is my config:

rg4js('enableCrashReporting', true);
rg4js('options', {
    'ignore3rdPartyErrors': true,
    'ignoreAjaxAbort': true,
    'ignoreAjaxError': true,
    'disablePulse': true,
    'allowInsecureSubmissions': true
});

I'm seeing errors originated from users using just about any type of browser...

What am I doing wrong?


Deleted User

Posted on
Dec 27 2016

Hello!

Are you still experiencing these errors being sent to Raygun? If so can you provide a few examples of which errors have come through that you don't think should have? Once we have that information we can start looking through and seeing where the issue might reside.

Thank you for your time,

Jesse, Developer Evangelist at Raygun


Reply