Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/browser
SDK Version
7.7.0 (set by @sentry/react-native's latest version)
Framework Version
react-native@0.68.2;react@17.0.2
Link to Sentry event
Steps to Reproduce
- Store a "state" type object in Sentry's context using configureScope
- Capture an exception
- Go check in Sentry web UI if the "state" type object's value is shown
Expected Result
The object given to the context
Actual Result
"None"