captbaritone / raven-for-redux

A Raven middleware for Redux
295 stars 25 forks source link

Does this lib watch if the state will be too large? #29

Closed akhayoon closed 7 years ago

akhayoon commented 7 years ago

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.

akhayoon commented 7 years ago

I see the answer in the docs nvm.