413 Request too Large - due to console logging

Hi there,

I’m using Sentry with a React app and in development I use Redux Logger to display state to the console. When a crash occurs in dev, Sentry packages up the console logs and attempts to send them - but the request is then over 2MB in size. Is there a way to filter the console logs before they get sent?

Nick