See: https://github.com/getsentry/sentry/blob/master/src/sentry/coreapi.py#L300
/cc @jeremyhaile
So this message is coming from Sentry itself. raven-js isn't sending it. See: https://github.com/getsentry/sentry/blob/master/src/sentry/coreapi.py#L300
That's the reason why you can't hide it with ignoreErrors
.
The issue is why that condition is happening in the first place.
Yes - I've also updated ignoreErrors to ignore errors '' and null, but I'm still getting
I've temporarily made this event public in the interest of solving the mystery: https://app.getsentry.com/sideqik/sideqik/group/3377745/
Please let me know if that helps you in any way - as I'd like to make it private again once you take a look.
I'm seeing this too -- https://app.getsentry.com/id/id/group/4714283/.
I still get tons of these errors. I wish I could ignore them.
Any update on this?
@uglymunkey, check out 03d8925. I haven't been able to actually reproduce this on my own, but we'll see if that works.
cool, thanks.
I've been seeing this in spades lately. I suspected it was because I'm on Sentry 8.4, but RavenJS 1.1.16. I know, I know, I'm working on upgrading!
https://github.com/getsentry/raven-js/commit/03d8925c74b70b7cfcd7ea64dc741ce4d8c7844d is in 1.1.16 though, so I'm not sure why I'm seeing it.
Whatever the cause, I haven't been able to reproduce it either, but I do have 374k events which I'm happy to share if any further debugging is needed.