### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases ### How do you use Sentry? Sentry Saas (sentry.io) ### Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g. `bundle.tracing.min.js`) in your SDK setup. @sentry/react ### SDK Version ^7.29.0 ### Framework Version _No response_ ### Link to Sentry event _No response_ ### SDK Setup ``` Sentry.init({ dsn: process.env.REACT_APP_SENTRY_DSN, release: process.env.REACT_APP_GIT_COMMIT_HASH, }) ``` ### Steps to Reproduce 1. Use Sentry.createReduxEnhancer 2. Throw an error 3. The Redux state will be [Object] ### Expected Result Normalize depth is supposed to be `3` by default, so it should display the state properly, at least to 3rd level. ### Actual Result <img width="314" alt="Screenshot 2023-03-08 at 01 09 55" src="https://user-images.githubusercontent.com/2464966/223553475-d98f919b-963a-424b-91de-b7d4368cb423.png">
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g.
bundle.tracing.min.js) in your SDK setup.@sentry/react
SDK Version
^7.29.0
Framework Version
No response
Link to Sentry event
No response
SDK Setup
Steps to Reproduce
Expected Result
Normalize depth is supposed to be
3by default, so it should display the state properly, at least to 3rd level.Actual Result