vidit-sh/redux-sentry-middleware

redux state not serialised correctly

Closed this issue · 1 comments

Hi there,
first of all, thank you for building this middleware.
I'm having an issue in which my redux state in not serialised correctly past the first level.
Any idea what I am missing?
Screen Shot 2020-02-19 at 9 26 46 am

@ebaioni Hi, I had the same issue. It is about your init settings of Sentry SDK. Firslty, I tried to add ExtraErrorData integration but it didn't help. After that I updated "@sentry/browser" to 5.12.4 and added normalizeDepth: 10 to Sentry.init() options and it worked!
See 2417