Is it possible to remove raygun completely after it has been loaded on a page? I know I can just remove it, but it is loaded via a page from an assembly loaded by nuget in a C# MVC 5 app layout page, don’t ask it wasn’t me that wrote it. Raygun hijacks and alters the console logging of errors and I’m having trouble figuring out why a different 3rd party js library is throwing an error.
I tried calling rg4js('enableCrashReporting', false)
after page load, but that seems to only prevent it from sending reports to raygun. My problem is similar to this question, but I don’t have the ability to stop it from being called initially.