You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raven-js has keepalive: true in its fetchDefaults. Because of this, POSTs to Sentry using fetch will fail with a generic error if they are larger than 65536 bytes. This is smaller than Sentry's 100,000 byte limit (as I understand it). It's also smaller than the onpremise limits (which are set by uWSGI, as I understand it).
I expect raven-js to be able to POST messages >= 65536 without failing.
Secondarily, it would be nice if there was some logging for failed log messages (basically echoing the sentiments of the people in the 413/too large issue comments)!