-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentry.init() is throwing an error evaluating 'sandbox.hidden = true' #774
Sentry.init() is throwing an error evaluating 'sandbox.hidden = true' #774
Comments
Just came here to post this. I'm getting the exact same error! Only solution is to comment out the init line, which is obviously not ideal if you want to use Sentry... |
Are you using any request libraries? |
hm, I'm not sure, actually. I'm using some of the expo modules. This is my babel.config.js |
Also chance of getting this for sentry-expo as well? |
@HazAT where can we look to see if we're somehow polyfilling fetch? This is my package.json
UPDATE: Looks like I was able to resolve it by removing UPDATE 2: On further inspection I'm seeing that this is failing to a warning now, since the fix was probably deployed to NPM. Would still like to know what's causing/caused it |
OS:
Platform:
SDK:
@sentry/react-native
react-native-sentry
SDK version: 1.3.1
react-native
version: 0.61.4Init Code:
I have following issue:
Sentry.init() function is throwing an error "TypeError: null is not an object (evaluating 'sandbox.hidden = true')
The text was updated successfully, but these errors were encountered: