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?
@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