jQuery is not defined

After setup of sentry code to monitor front end error we got bazillion errors complaying that something is not defined, e.g. jQuery is not defined, moment is not defined, ko is not defined.

For example error about jquery happen 18K times for 4K users for last 24h

We have double checked everything - all works as expected and only possible case for such errors if script was not loaded at all for any reason

So actually we can not do anything with this errors and they are kind of noise and making whole sentry.io worthless because we do not see real errors behind this never ending notification

Just wondering may be someone also has such troubles and was able to workaround them

Configure Raven.js with ignoreErrors to suppress these errors at the client-level.

This and other suggestions are available in this post from our blog, Tips for Reducing JavaScript Error Noise.