It turns out that sentry has 200 KB limit for all events (see https://docs.sentry.io/clients/javascript/usage/)
So we only send first 500k characters (should work after gzipping in most cases).
Coverage remained the same at 100.0% when pulling d43bab770ca49d464beac17daa80eb6f20f42201 on add-sentry-log-limit into ff5efd48b72b362d57288e1bff21b0f1ceff52c3 on master.
Coverage remained the same at 100.0% when pulling d43bab770ca49d464beac17daa80eb6f20f42201 on add-sentry-log-limit into ff5efd48b72b362d57288e1bff21b0f1ceff52c3 on master.
Coverage remained the same at 100.0% when pulling bd6e86318ae1539965b251eeb6b9e17d832ab5a3 on add-sentry-log-limit into ff5efd48b72b362d57288e1bff21b0f1ceff52c3 on master.
It turns out that sentry has 200 KB limit for all events (see https://docs.sentry.io/clients/javascript/usage/) So we only send first 500k characters (should work after gzipping in most cases).