I know I had an issue before with sending the entire Redux state when it's too large. Usually it causes the Sentry network call itself to fail because of the data size in the request being above the limit Sentry allows.
I'm wondering if this library checks for that before the request is sent? Or have you run into this issue personally and have some kind of workaround?
I know I had an issue before with sending the entire Redux state when it's too large. Usually it causes the Sentry network call itself to fail because of the data size in the request being above the limit Sentry allows.
I'm wondering if this library checks for that before the request is sent? Or have you run into this issue personally and have some kind of workaround?
Great library, thank you.